summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components/settings
diff options
context:
space:
mode:
authorSatsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>2019-05-05 09:27:55 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-05-05 09:27:55 +0900
commit5fb0a995dd2d9cf65ed93fca78502f42a7c3e22d (patch)
treeba41be9daaf91435ff4429667a6bbcbe094a39c5 /src/client/app/common/views/components/settings
parentログアウトの処理と外部サービス連携Viewがセッションク... (diff)
downloadmisskey-5fb0a995dd2d9cf65ed93fca78502f42a7c3e22d.tar.gz
misskey-5fb0a995dd2d9cf65ed93fca78502f42a7c3e22d.tar.bz2
misskey-5fb0a995dd2d9cf65ed93fca78502f42a7c3e22d.zip
様々な修正 (#4859)
Typo, Redundant code, Syntax error の修正
Diffstat (limited to 'src/client/app/common/views/components/settings')
-rw-r--r--src/client/app/common/views/components/settings/theme.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/settings/theme.vue b/src/client/app/common/views/components/settings/theme.vue
index 3440aacb28..b1f7b2bc49 100644
--- a/src/client/app/common/views/components/settings/theme.vue
+++ b/src/client/app/common/views/components/settings/theme.vue
@@ -273,7 +273,7 @@ export default Vue.extend({
import_() {
(this.$refs.file as any).click();
- }
+ },
export_() {
const blob = new Blob([this.selectedThemeCode], {