Browse Source

chore(theming): fix warning of incorrect NcCheckboxRadioSwitch usage

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
tags/v29.0.0beta1
Grigorii K. Shartsev 4 months ago
parent
commit
9310dbab7a

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

+ 2
- 2
dist/theming-personal-theming.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/theming-personal-theming.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save