Browse Source

chore(theming): fix warning of incorrect NcCheckboxRadioSwitch usage

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>

[skip ci]
tags/v28.0.2rc1
Grigorii K. Shartsev 5 months ago
parent
commit
c5ed482a9d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      apps/theming/src/UserThemes.vue

+ 0
- 1
apps/theming/src/UserThemes.vue View File

@@ -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') }}

Loading…
Cancel
Save