Implement right sidebar option as user option

This commit is contained in:
eris 2021-05-26 22:22:55 +00:00 committed by HJ
parent 3dca3639fd
commit 7341b8a551
5 changed files with 9 additions and 1 deletions

View file

@ -11,6 +11,11 @@
{{ $t('settings.hide_isp') }}
</BooleanSetting>
</li>
<li>
<BooleanSetting path="sidebarRight">
{{ $t('settings.right_sidebar') }}
</BooleanSetting>
</li>
<li v-if="instanceWallpaperUsed">
<BooleanSetting path="hideInstanceWallpaper">
{{ $t('settings.hide_wallpaper') }}