mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
fix settings background color in darkmode
This commit is contained in:
@@ -41,7 +41,7 @@ open class Settings: NSView, Settings_p {
|
||||
self.moduleSettings = moduleSettings
|
||||
super.init(frame: NSRect(x: 0, y: 0, width: Constants.Settings.width, height: Constants.Settings.height))
|
||||
self.wantsLayer = true
|
||||
self.layer?.backgroundColor = NSColor.windowBackgroundColor.cgColor
|
||||
self.layer?.backgroundColor = NSColor(hexString: "#ececec").cgColor
|
||||
|
||||
addHeader(state: enabled)
|
||||
addWidgetSelector()
|
||||
|
||||
Reference in New Issue
Block a user