mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
- fix unnecessary popup interface update (when popup closed)
GPU module MVP
This commit is contained in:
@@ -19,11 +19,6 @@ public struct GPU_Info {
|
||||
public var state: Bool = false
|
||||
|
||||
public var utilization: Double = 0
|
||||
|
||||
public var totalVram: Int = 0
|
||||
public var freeVram: Int = 0
|
||||
public var coreClock: Int = 0
|
||||
public var power: Int = 0
|
||||
public var temperature: Int = 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user