This commit is contained in:
Alin
2024-04-27 19:28:33 -06:00
parent e964f9529b
commit a54371fb14
20 changed files with 591 additions and 769 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ struct PearcleanerApp: App {
// Enable menubar item
if menubarEnabled {
MenuBarExtraManager.shared.addMenuBarExtra(withView: {
MenuBarMiniAppView(search: $search, showPopover: $showPopover)
MiniAppView(search: $search, showPopover: $showPopover)
.environmentObject(locations)
.environmentObject(appState)
.environmentObject(fsm)