mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
fix: traffic light icons could appear half-transparent (closes #2892)
This commit is contained in:
@@ -14,6 +14,7 @@ class TrafficLightButton: NSButton {
|
||||
fit(size, size)
|
||||
addTrackingArea(NSTrackingArea(rect: bounds, options: [.mouseEnteredAndExited, .activeInKeyWindow], owner: self, userInfo: nil))
|
||||
toolTip = tooltip
|
||||
appearance = .init(named: .aqua)
|
||||
}
|
||||
|
||||
required init?(coder: NSCoder) {
|
||||
|
||||
Reference in New Issue
Block a user