mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
change order of keyboard shortcuts settings to be at the end
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
8ac768c584
commit
3f319cc200
3 changed files with 14 additions and 14 deletions
|
|
@ -51,17 +51,6 @@
|
|||
</div>
|
||||
</NcSettingsSection>
|
||||
|
||||
<NcSettingsSection :name="t('theming', 'Keyboard shortcuts')">
|
||||
<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') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
</NcSettingsSection>
|
||||
|
||||
<NcSettingsSection :name="t('theming', 'Background')"
|
||||
class="background"
|
||||
data-user-theming-background-disabled>
|
||||
|
|
@ -73,6 +62,17 @@
|
|||
<BackgroundSettings class="background__grid" @update:background="refreshGlobalStyles" />
|
||||
</template>
|
||||
</NcSettingsSection>
|
||||
|
||||
<NcSettingsSection :name="t('theming', 'Keyboard shortcuts')">
|
||||
<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') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
</NcSettingsSection>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
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