mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
- remove clear background color sensors widget (#103)
This commit is contained in:
@@ -41,7 +41,6 @@ public class SensorsWidget: Widget {
|
||||
self.type = .sensors
|
||||
self.preview = preview
|
||||
self.canDrawConcurrently = true
|
||||
self.layer?.backgroundColor = NSColor.clear.cgColor
|
||||
|
||||
if self.store != nil {
|
||||
self.labelState = store!.pointee.bool(key: "\(self.title)_\(self.type.rawValue)_label", defaultValue: self.labelState)
|
||||
|
||||
Reference in New Issue
Block a user