mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: reversed initialization module order when running the app for the first time
This commit is contained in:
@@ -62,7 +62,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDele
|
||||
self.parseVersion()
|
||||
SMCHelper.shared.checkForUpdate()
|
||||
self.setup {
|
||||
modules.forEach{ $0.mount() }
|
||||
modules.reversed().forEach{ $0.mount() }
|
||||
self.settingsWindow.setModules()
|
||||
}
|
||||
self.defaultValues()
|
||||
|
||||
Reference in New Issue
Block a user