Add compact panel options back in
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
918006f5cb
commit
896e446486
1 changed files with 11 additions and 0 deletions
|
@ -26,6 +26,17 @@
|
|||
{{ $t('settings.fullscreenView') }}
|
||||
</BooleanSetting>
|
||||
</li> -->
|
||||
<li>
|
||||
<BooleanSetting path="compactNavPanel">
|
||||
{{ $t('settings.compact_nav_panel') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting path="compactUserPanel">
|
||||
{{ $t('settings.compact_user_panel') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
|
||||
<li v-if="instanceWallpaperUsed">
|
||||
<BooleanSetting path="hideInstanceWallpaper">
|
||||
{{ $t('settings.hide_wallpaper') }}
|
||||
|
|
Loading…
Reference in a new issue