Improve setting page
This commit is contained in:
parent
fa550a2a78
commit
f62c6a05a9
4 changed files with 51 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue