Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-11-01 13:00:58 +0300
committerdartcafe <github@dartcafe.de>2020-11-01 13:00:58 +0300
commita82e71b15a62f5d656c23799adf38b1f2da3f86d (patch)
treea652c8963af0bd6e8d84e794825e8ecf78c7be68 /src/js/components/Settings
parentbbfa729e4660819579891d3f43a0d0f2e91c9b54 (diff)
Add navigation to SettingsDlg
Diffstat (limited to 'src/js/components/Settings')
-rw-r--r--src/js/components/Settings/SettingsDlg.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Settings/SettingsDlg.vue b/src/js/components/Settings/SettingsDlg.vue
index fdce6178..64658871 100644
--- a/src/js/components/Settings/SettingsDlg.vue
+++ b/src/js/components/Settings/SettingsDlg.vue
@@ -21,7 +21,7 @@
-->
<template>
- <AppSettingsDialog :open.sync="show">
+ <AppSettingsDialog :open.sync="show" :show-navigation="true">
<AppSettingsSection :title="t('polls', 'User Settings')">
<FeatureSettings />
</AppSettingsSection>