summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-09 21:30:12 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-09 21:30:12 +0900
commitcf0b7e26b520ea7909fc78d7f7a7d86796e25e1f (patch)
tree507253c51342be4c2616af7d8d60fe9417c444eb /src
parent[Client] Fix bug (diff)
downloadsharkey-cf0b7e26b520ea7909fc78d7f7a7d86796e25e1f.tar.gz
sharkey-cf0b7e26b520ea7909fc78d7f7a7d86796e25e1f.tar.bz2
sharkey-cf0b7e26b520ea7909fc78d7f7a7d86796e25e1f.zip
Remove duplicated option
Diffstat (limited to 'src')
-rw-r--r--src/client/app/mobile/views/pages/settings.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/pages/settings.vue b/src/client/app/mobile/views/pages/settings.vue
index 508ec6f504..836046129e 100644
--- a/src/client/app/mobile/views/pages/settings.vue
+++ b/src/client/app/mobile/views/pages/settings.vue
@@ -25,7 +25,6 @@
<ui-switch v-model="showFullAcct">{{ $t('@.show-full-acct') }}</ui-switch>
<ui-switch v-model="showVia">{{ $t('@.show-via') }}</ui-switch>
<ui-switch v-model="useOsDefaultEmojis">{{ $t('@.use-os-default-emojis') }}</ui-switch>
- <ui-switch v-model="useOsDefaultEmojis">{{ $t('@.use-os-default-emojis') }}</ui-switch>
<ui-switch v-model="iLikeSushi">{{ $t('@.i-like-sushi') }}</ui-switch>
<ui-switch v-model="disableAnimatedMfm">{{ $t('@.disable-animated-mfm') }}</ui-switch>
<ui-switch v-model="alwaysShowNsfw">{{ $t('@.always-show-nsfw') }} ({{ $t('@.this-setting-is-this-device-only') }})</ui-switch>