summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2024-01-17 01:43:18 +0500
committerGitHub <noreply@github.com>2024-01-17 01:43:18 +0500
commit07c0a5f31736ae2c494e13dd669cd19b53fe8d6d (patch)
treeccca2e9d19247a4b54a986065ada0c75fb6c00b9 /apps/theming
parentdfb9cd8738fbd7b7e329fd870fa24a96f1ef497f (diff)
parent9310dbab7a132652a32b1b0c89a859b117dbdf08 (diff)
downloadnextcloud-server-07c0a5f31736ae2c494e13dd669cd19b53fe8d6d.tar.gz
nextcloud-server-07c0a5f31736ae2c494e13dd669cd19b53fe8d6d.zip
Merge pull request #42834 from nextcloud/chore/theming--remove-warning-of-nc-checkbox-radio-switch-usage
chore(theming): fix warning of incorrect `NcCheckboxRadioSwitch` usage
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') }}