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()
->homeUrl("/")
->sidebarWidth("15rem")
->topbar(true)
->topbar(false)
->sidebarCollapsibleOnDesktop(true)
->authGuard("nexus-web")
->path('nexusphp')