diff options
author | Grigorii K. Shartsev <me@shgk.me> | 2024-01-16 10:56:10 +0100 |
---|---|---|
committer | Eduardo Morales <emoral435@gmail.com> | 2024-01-16 10:17:03 -0600 |
commit | 9310dbab7a132652a32b1b0c89a859b117dbdf08 (patch) | |
tree | c0675b3d75563956f0a17380840760114ad688ba /apps/theming | |
parent | 7ee706ac14a7d4651e2a0c8d05062ad5e7fbd994 (diff) | |
download | nextcloud-server-9310dbab7a132652a32b1b0c89a859b117dbdf08.tar.gz nextcloud-server-9310dbab7a132652a32b1b0c89a859b117dbdf08.zip |
chore(theming): fix warning of incorrect NcCheckboxRadioSwitch usage
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/src/UserThemes.vue | 1 |
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') }} |