mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added a button to show/hide a fan control panel (#1416)
This commit is contained in:
26
Kit/Supporting Files/Assets.xcassets/tune.imageset/Contents.json
vendored
Normal file
26
Kit/Supporting Files/Assets.xcassets/tune.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "outline_tune_black_18pt_1x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "outline_tune_black_18pt_2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "outline_tune_black_18pt_3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"template-rendering-intent" : "template"
|
||||
}
|
||||
}
|
||||
BIN
Kit/Supporting Files/Assets.xcassets/tune.imageset/outline_tune_black_18pt_1x.png
vendored
Normal file
BIN
Kit/Supporting Files/Assets.xcassets/tune.imageset/outline_tune_black_18pt_1x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 147 B |
BIN
Kit/Supporting Files/Assets.xcassets/tune.imageset/outline_tune_black_18pt_2x.png
vendored
Normal file
BIN
Kit/Supporting Files/Assets.xcassets/tune.imageset/outline_tune_black_18pt_2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 170 B |
BIN
Kit/Supporting Files/Assets.xcassets/tune.imageset/outline_tune_black_18pt_3x.png
vendored
Normal file
BIN
Kit/Supporting Files/Assets.xcassets/tune.imageset/outline_tune_black_18pt_3x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 197 B |
@@ -303,7 +303,6 @@ public func separatorView(_ title: String, origin: NSPoint = NSPoint(x: 0, y: 0)
|
||||
labelView.alignment = .center
|
||||
labelView.textColor = .secondaryLabelColor
|
||||
labelView.font = NSFont.systemFont(ofSize: 12, weight: .medium)
|
||||
labelView.stringValue = title
|
||||
|
||||
view.addSubview(labelView)
|
||||
|
||||
|
||||
@@ -246,6 +246,7 @@ public extension Notification.Name {
|
||||
static let widgetRearrange = Notification.Name("widgetRearrange")
|
||||
static let moduleRearrange = Notification.Name("moduleRearrange")
|
||||
static let pause = Notification.Name("pause")
|
||||
static let toggleFanControl = Notification.Name("toggleFanControl")
|
||||
}
|
||||
|
||||
public var isARM: Bool {
|
||||
|
||||
Reference in New Issue
Block a user