Hide sidebar on server list (#761)

This commit is contained in:
Boy132 2024-12-04 09:50:49 +01:00 committed by GitHub
parent 09eac71f05
commit efc37dd45a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ class AppPanelProvider extends PanelProvider
->brandLogo(config('app.logo'))
->brandLogoHeight('2rem')
->favicon(config('app.favicon', '/pelican.ico'))
->topNavigation(config('panel.filament.top-navigation', true))
->navigation(false)
->maxContentWidth(MaxWidth::ScreenTwoExtraLarge)
->profile(EditProfile::class, false)
->login(Login::class)