Explorar el Código

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 hace 5 meses
padre
commit
c5ed482a9d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      apps/theming/src/UserThemes.vue

+ 0
- 1
apps/theming/src/UserThemes.vue Ver fichero

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

Cargando…
Cancelar
Guardar