aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2024-01-16 10:56:10 +0100
committerEduardo Morales <emoral435@gmail.com>2024-01-17 08:37:09 -0600
commitc5ed482a9daefeff5f1c91eddcd7eb12e01aa2d3 (patch)
treeaa50105926cc966ebb4ce377bbe57a77bc46063d /apps/theming
parent9b88869e0d5b2061c8880f46755c690ef9689a03 (diff)
downloadnextcloud-server-c5ed482a9daefeff5f1c91eddcd7eb12e01aa2d3.tar.gz
nextcloud-server-c5ed482a9daefeff5f1c91eddcd7eb12e01aa2d3.zip
chore(theming): fix warning of incorrect NcCheckboxRadioSwitch usage
Signed-off-by: Grigorii K. Shartsev <me@shgk.me> [skip ci]
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/src/UserThemes.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/theming/src/UserThemes.vue b/apps/theming/src/UserThemes.vue
index bc9c16b2d23..d941bf9c1db 100644
--- a/apps/theming/src/UserThemes.vue
+++ b/apps/theming/src/UserThemes.vue
@@ -69,7 +69,6 @@
<p>{{ t('theming', 'In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.') }}</p>
<NcCheckboxRadioSwitch class="theming__preview-toggle"
:checked.sync="shortcutsDisabled"
- name="shortcuts_disabled"
type="switch"
@change="changeShortcutsDisabled">
{{ t('theming', 'Disable all keyboard shortcuts') }}