diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-07-23 02:03:13 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-08-02 15:19:26 +0200 |
commit | 663db2bb3439e191a9969aaa56cf8f936f1579e2 (patch) | |
tree | 4f8a4e5977bc67dada692ca8ae1b52653950c682 /apps/theming/src/UserThemes.vue | |
parent | 114cad3812839afa00f4144b7029ccf882bbea75 (diff) | |
download | nextcloud-server-663db2bb3439e191a9969aaa56cf8f936f1579e2.tar.gz nextcloud-server-663db2bb3439e191a9969aaa56cf8f936f1579e2.zip |
chore: Update nextcloud-vue to v8 beta2 and renamed changed properties
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/theming/src/UserThemes.vue')
-rw-r--r-- | apps/theming/src/UserThemes.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/theming/src/UserThemes.vue b/apps/theming/src/UserThemes.vue index bb040358bb2..2bc8b5bf0b2 100644 --- a/apps/theming/src/UserThemes.vue +++ b/apps/theming/src/UserThemes.vue @@ -23,7 +23,7 @@ <template> <section> - <NcSettingsSection :title="t('theming', 'Appearance and accessibility')" + <NcSettingsSection :name="t('theming', 'Appearance and accessibility')" :limit-width="false" class="theming"> <p v-html="description" /> @@ -51,7 +51,7 @@ </div> </NcSettingsSection> - <NcSettingsSection :title="t('theming', 'Keyboard shortcuts')"> + <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" @@ -62,7 +62,7 @@ </NcCheckboxRadioSwitch> </NcSettingsSection> - <NcSettingsSection :title="t('theming', 'Background')" + <NcSettingsSection :name="t('theming', 'Background')" class="background" data-user-theming-background-disabled> <template v-if="isUserThemingDisabled"> |