summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-13 13:22:14 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-13 13:22:14 +0900
commita038738d7202736fe5967b81ccebaf0c94444bba (patch)
treeb1e92e2990004ee5ef145ae31494a79eebdc6630 /src/client
parentResolve #2894 (diff)
downloadmisskey-a038738d7202736fe5967b81ccebaf0c94444bba.tar.gz
misskey-a038738d7202736fe5967b81ccebaf0c94444bba.tar.bz2
misskey-a038738d7202736fe5967b81ccebaf0c94444bba.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/mobile/views/pages/settings.vue18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/client/app/mobile/views/pages/settings.vue b/src/client/app/mobile/views/pages/settings.vue
index 94fa38cec9..c0159a0484 100644
--- a/src/client/app/mobile/views/pages/settings.vue
+++ b/src/client/app/mobile/views/pages/settings.vue
@@ -8,7 +8,14 @@
<x-profile/>
<ui-card>
- <div slot="title">%fa:palette% %i18n:@design%</div>
+ <div slot="title">%fa:palette% %i18n:@theme%</div>
+ <section>
+ <mk-theme/>
+ </section>
+ </ui-card>
+
+ <ui-card>
+ <div slot="title">%fa:poll-h% %i18n:@design%</div>
<section>
<ui-switch v-model="darkmode">%i18n:@dark-mode%</ui-switch>
@@ -24,13 +31,6 @@
</section>
<section>
- <header>%i18n:@theme%</header>
- <div>
- <mk-theme/>
- </div>
- </section>
-
- <section>
<header>%i18n:@timeline%</header>
<div>
<ui-switch v-model="showReplyTarget">%i18n:@show-reply-target%</ui-switch>
@@ -54,7 +54,7 @@
</ui-card>
<ui-card>
- <div slot="title">%fa:cog% %i18n:@behavior%</div>
+ <div slot="title">%fa:sliders-h% %i18n:@behavior%</div>
<section>
<ui-switch v-model="fetchOnScroll">%i18n:@fetch-on-scroll%</ui-switch>