diff --git a/ModuleKit/Widgets/Sensors.swift b/ModuleKit/Widgets/Sensors.swift index 828b68cb..db84ea71 100644 --- a/ModuleKit/Widgets/Sensors.swift +++ b/ModuleKit/Widgets/Sensors.swift @@ -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)