mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: changed the default value of macOS widgets to disabled to prevent heavy load on some systems, and added information text to the widgets (#2733)
This commit is contained in:
@@ -121,7 +121,7 @@ public class GPU: Module {
|
||||
}
|
||||
|
||||
private var systemWidgetsUpdatesState: Bool {
|
||||
Store.shared.bool(key: "systemWidgetsUpdates_state", defaultValue: true)
|
||||
self.userDefaults?.bool(forKey: "systemWidgetsUpdates_state") ?? false
|
||||
}
|
||||
|
||||
public init() {
|
||||
|
||||
Reference in New Issue
Block a user