Przeglądaj źródła

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 miesięcy temu
rodzic
commit
c5ed482a9d
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      apps/theming/src/UserThemes.vue

+ 0
- 1
apps/theming/src/UserThemes.vue Wyświetl plik

<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> <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" <NcCheckboxRadioSwitch class="theming__preview-toggle"
:checked.sync="shortcutsDisabled" :checked.sync="shortcutsDisabled"
name="shortcuts_disabled"
type="switch" type="switch"
@change="changeShortcutsDisabled"> @change="changeShortcutsDisabled">
{{ t('theming', 'Disable all keyboard shortcuts') }} {{ t('theming', 'Disable all keyboard shortcuts') }}

Ładowanie…
Anuluj
Zapisz