mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
v2.6.1
This commit is contained in:
@@ -54,7 +54,11 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
|
||||
self.defaultValues()
|
||||
self.updateCron()
|
||||
info("Stats started in \((startingPoint.timeIntervalSinceNow * -1).rounded(toPlaces: 4)) seconds")
|
||||
Server.shared.sendEvent(modules: modules.filter({ $0.enabled != false && $0.available != false }).map({ $0.config.name }))
|
||||
|
||||
Server.shared.sendEvent(
|
||||
modules: modules.filter({ $0.enabled != false && $0.available != false }).map({ $0.config.name }),
|
||||
omit: CommandLine.arguments.contains("--omit")
|
||||
)
|
||||
}
|
||||
|
||||
func applicationWillTerminate(_ aNotification: Notification) {
|
||||
|
||||
Reference in New Issue
Block a user