diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-14 11:40:22 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-14 11:40:22 +0100 |
| commit | d27965d8b3045be8dd42b7f9344f840faee6da56 (patch) | |
| tree | e43c59dcf48eaed2769a65411e07884e09800cf2 | |
| parent | added rough japanese translation (diff) | |
| download | sharkey-d27965d8b3045be8dd42b7f9344f840faee6da56.tar.gz sharkey-d27965d8b3045be8dd42b7f9344f840faee6da56.tar.bz2 sharkey-d27965d8b3045be8dd42b7f9344f840faee6da56.zip | |
remove duplicate switches
I got confused in the last merge from `develop`
| -rw-r--r-- | packages/frontend/src/pages/settings/general.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/frontend/src/pages/settings/general.vue b/packages/frontend/src/pages/settings/general.vue index 18ac6d1a57..d7bb6156e4 100644 --- a/packages/frontend/src/pages/settings/general.vue +++ b/packages/frontend/src/pages/settings/general.vue @@ -50,8 +50,6 @@ SPDX-License-Identifier: AGPL-3.0-only <div class="_gaps_m"> <div class="_gaps_s"> - <MkSwitch v-model="showNoteActionsOnlyHover">{{ i18n.ts.showNoteActionsOnlyHover }}</MkSwitch> - <MkSwitch v-model="showClipButtonInNoteFooter">{{ i18n.ts.showClipButtonInNoteFooter }}</MkSwitch> <MkSwitch v-model="collapseRenotes"> <template #label>{{ i18n.ts.collapseRenotes }}</template> <template #caption>{{ i18n.ts.collapseRenotesDescription }}</template> |