disable topbar

This commit is contained in:
xiaomlove
2025-10-02 17:11:49 +07:00
parent 4f597e93dd
commit 3670c94142
+1 -1
View File
@@ -42,7 +42,7 @@ class AppPanelProvider extends PanelProvider
->spa() ->spa()
->homeUrl("/") ->homeUrl("/")
->sidebarWidth("15rem") ->sidebarWidth("15rem")
->topbar(true) ->topbar(false)
->sidebarCollapsibleOnDesktop(true) ->sidebarCollapsibleOnDesktop(true)
->authGuard("nexus-web") ->authGuard("nexus-web")
->path('nexusphp') ->path('nexusphp')