-
+
{{ $t('settings.hide_wallpaper') }}
diff --git a/src/App.js b/src/App.js index 7efb1f91..3e09ed4c 100644 --- a/src/App.js +++ b/src/App.js @@ -89,11 +89,6 @@ export default { 'order': this.$store.getters.mergedConfig.sidebarRight ? 99 : 0 } }, - fullscreenView () { - return { - 'max-width': this.$store.getters.mergedConfig.fullscreenView ? 'initial' : null - } - }, thirdColumnAlign () { return { 'order': this.$store.getters.mergedConfig.sidebarRight ? 0 : 99 diff --git a/src/App.vue b/src/App.vue index 9c6ae909..6955a4bc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,7 +12,7 @@