chore: move single click to user profile page (#1236)

Single clicks applies to FileList component.
This commit is contained in:
WeidiDeng
2021-01-12 07:15:26 +08:00
committed by GitHub
parent 05bb7c8553
commit c8257e848e
3 changed files with 12 additions and 8 deletions

View File

@@ -24,10 +24,6 @@
<input type="checkbox" :disabled="user.perm.admin" v-model="user.lockPassword"> {{ $t('settings.lockPassword') }}
</p>
<p>
<input type="checkbox" v-model="user.singleClick"> {{ $t('settings.singleClick') }}
</p>
<permissions :perm.sync="user.perm" />
<commands v-if="isExecEnabled" :commands.sync="user.commands" />