diff --git a/app/components/main/MainContent.vue b/app/components/main/MainContent.vue index a7cc256f..f028c449 100644 --- a/app/components/main/MainContent.vue +++ b/app/components/main/MainContent.vue @@ -5,6 +5,8 @@ const { back = false } = defineProps<{ * Note: this will be forced to false on xl screens to avoid duplicating the sidebar's back button. */ back?: boolean | 'small-only' + /** Show the back button on small screens */ + backOnSmallScreen?: boolean /** Do not applying overflow hidden to let use floatable components in title */ noOverflowHidden?: boolean }>() @@ -46,22 +48,22 @@ const showBackButton = computed(() => { 'backdrop-blur': !getPreferences(userSettings, 'optimizeForLowPerformanceDevice'), }" > -