From 6ddab8ccfa79f394553ca393d0d6094ef046df95 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Thu, 8 Oct 2020 19:27:42 +0200 Subject: [PATCH] - remove clear background color sensors widget (#103) --- ModuleKit/Widgets/Sensors.swift | 1 - 1 file changed, 1 deletion(-) 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)