This commit is contained in:
Alin
2024-07-20 10:32:27 -06:00
parent cfa8e2aa4d
commit ce10b9570b
21 changed files with 553 additions and 821 deletions
+2 -1
View File
@@ -103,10 +103,11 @@ struct PearcleanerApp: App {
if menubarEnabled {
MenuBarExtraManager.shared.addMenuBarExtra(withView: {
MiniAppView(search: $search, showPopover: $showPopover, isMenuBar: true)
.environmentObject(locations)
.environmentObject(appState)
.environmentObject(locations)
.environmentObject(fsm)
.environmentObject(themeManager)
.environmentObject(updater)
.environmentObject(permissionManager)
.preferredColorScheme(themeManager.displayMode.colorScheme)
}, icon: selectedMenubarIcon)