mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 08:29:07 +00:00
Road to v3
This commit is contained in:
@@ -72,7 +72,7 @@ struct PearcleanerApp: App {
|
||||
} else {
|
||||
appState.currentView = .empty
|
||||
}
|
||||
|
||||
|
||||
// Disable tabbing
|
||||
NSWindow.allowsAutomaticWindowTabbing = false
|
||||
|
||||
@@ -85,13 +85,11 @@ struct PearcleanerApp: App {
|
||||
appState.sortedApps.userApps = sortedApps.userApps
|
||||
appState.sortedApps.systemApps = sortedApps.systemApps
|
||||
|
||||
// Load progressbar total
|
||||
// appState.progressManager.total = Double(locations.apps.paths.count)
|
||||
|
||||
|
||||
|
||||
Task {
|
||||
|
||||
// Find all app paths on load
|
||||
loadAllPaths(allApps: sortedApps.userApps + sortedApps.systemApps, appState: appState, locations: locations)
|
||||
|
||||
#if !DEBUG
|
||||
|
||||
// Make sure App Support folder exists in the future if needed for storage
|
||||
|
||||
Reference in New Issue
Block a user