Improve setting page

This commit is contained in:
syuilo
2020-11-29 18:06:35 +09:00
parent fa550a2a78
commit f62c6a05a9
4 changed files with 51 additions and 0 deletions

View File

@@ -5,8 +5,10 @@
</FormSwitch>
<FormLink to="/settings/account-info">{{ $t('accountInfo') }}</FormLink>
<FormLink to="/settings/experimental-features">{{ $t('experimentalFeatures') }}</FormLink>
<FormGroup>
<template #label>{{ $t('developer') }}</template>
<FormSwitch v-model:value="debug" @update:value="changeDebug">
DEBUG MODE
</FormSwitch>