This commit is contained in:
Alin
2024-06-11 15:10:08 -06:00
parent 970561fb75
commit 6355eb6bb2
18 changed files with 163 additions and 138 deletions
+3 -3
View File
@@ -88,9 +88,9 @@ struct PearcleanerApp: App {
// Disable tabbing
NSWindow.allowsAutomaticWindowTabbing = false
// Get Apps
let sortedApps = getSortedApps(paths: fsm.folderPaths, appState: appState)
appState.sortedApps = sortedApps
// Load apps list on startup
reloadAppsList(appState: appState, fsm: fsm)
// Enable menubar item
if menubarEnabled {