- remove clear background color sensors widget (#103)

This commit is contained in:
Serhiy Mytrovtsiy
2020-10-08 19:27:42 +02:00
parent 6c41edab7f
commit 6ddab8ccfa

View File

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