Merge pull request #42861 from nextcloud/backport/42834/stable28

[stable28] chore(theming): fix warning of incorrect `NcCheckboxRadioSwitch` usage
This commit is contained in:
Arthur Schiwon 2024-01-17 20:37:51 +01:00 committed by GitHub
commit c2bbe807a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long