mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: added Apple Graphics to the GPU module (#260)
This commit is contained in:
@@ -26,7 +26,7 @@ public struct GPU_Info {
|
||||
public let model: String
|
||||
public let IOClass: String
|
||||
public let type: GPU_type
|
||||
public var state: Bool = false
|
||||
public var state: Bool = true
|
||||
|
||||
public var utilization: Double = 0
|
||||
public var temperature: Int = 0
|
||||
|
||||
Reference in New Issue
Block a user