feat: added macOS widget for GPU module

This commit is contained in:
Serhiy Mytrovtsiy
2024-07-17 19:34:51 +02:00
parent 71207f29fc
commit 80d7789ef7
8 changed files with 179 additions and 14 deletions

View File

@@ -82,8 +82,6 @@ public class RAM: Module {
return color.additional as! NSColor
}
private var userDefaults: UserDefaults? = UserDefaults(suiteName: "eu.exelban.Stats.widgets")
public init() {
self.settingsView = Settings(.RAM)
self.popupView = Popup(.RAM)