1
0
Fork 0
This commit is contained in:
Lucas 2024-01-19 15:39:49 +01:00
parent a769ff6fcb
commit 90203ac7cd
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 34bd4964f15ef025b26f3c48c581c07fc7527b7e
Subproject commit cd341802d22ee60d7ea74dc07d8b29ce4a6a3bf6

View file

@ -30,7 +30,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
Component.DesktopOnly(Component.Explorer()),
Component.DesktopOnly(Component.Explorer({folderClickBehavior: "link"})),
],
right: [
Component.Graph(),
@ -55,7 +55,7 @@ export const defaultListPageLayout: PageLayout = {
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
Component.DesktopOnly(Component.Explorer()),
Component.DesktopOnly(Component.Explorer({folderClickBehavior: "link"})),
],
right: [],
}