- fix unnecessary popup interface update (when popup closed)

GPU module MVP
This commit is contained in:
Serhiy Mytrovtsiy
2020-08-17 22:51:21 +02:00
parent 98fb84163e
commit 95f941149f
9 changed files with 261 additions and 124 deletions

View File

@@ -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
}