diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-26 14:51:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-26 14:51:57 +0900 |
| commit | bd707cb2a8435c9f2c732805e6e545e9577ff3f5 (patch) | |
| tree | 94ad54f946f79fd2c9136bac8c75cf25a7e3b81f /src | |
| parent | Improve usability (diff) | |
| download | sharkey-bd707cb2a8435c9f2c732805e6e545e9577ff3f5.tar.gz sharkey-bd707cb2a8435c9f2c732805e6e545e9577ff3f5.tar.bz2 sharkey-bd707cb2a8435c9f2c732805e6e545e9577ff3f5.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/mobile/views/pages/settings.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/pages/settings.vue b/src/client/app/mobile/views/pages/settings.vue index 8ddfbb2fca..b96ed59311 100644 --- a/src/client/app/mobile/views/pages/settings.vue +++ b/src/client/app/mobile/views/pages/settings.vue @@ -26,6 +26,9 @@ <ui-switch v-model="iLikeSushi">%i18n:common.i-like-sushi%</ui-switch> <ui-switch v-model="disableAnimatedMfm">%i18n:common.disable-animated-mfm%</ui-switch> <ui-switch v-model="alwaysShowNsfw">%i18n:common.always-show-nsfw% (%i18n:common.this-setting-is-this-device-only%)</ui-switch> + </section> + + <section> <ui-switch v-model="games_reversi_showBoardLabels">%i18n:common.show-reversi-board-labels%</ui-switch> <ui-switch v-model="games_reversi_useContrastStones">%i18n:common.use-contrast-reversi-stones%</ui-switch> </section> |