mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
Merge pull request #42861 from nextcloud/backport/42834/stable28
[stable28] chore(theming): fix warning of incorrect `NcCheckboxRadioSwitch` usage
This commit is contained in:
commit
c2bbe807a7
3 changed files with 3 additions and 4 deletions
|
|
@ -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') }}
|
||||
|
|
|
|||
4
dist/theming-personal-theming.js
vendored
4
dist/theming-personal-theming.js
vendored
File diff suppressed because one or more lines are too long
2
dist/theming-personal-theming.js.map
vendored
2
dist/theming-personal-theming.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue