Browse Source

Fix Floating window disappears when another app is foregrounded.

pull/101/head
Abhishek 3 years ago
parent
commit
974f72d344
  1. 1
      Clocker/Panel/FloatingWindowController.swift

1
Clocker/Panel/FloatingWindowController.swift

@ -121,6 +121,7 @@ class FloatingWindowController: ParentPanelController {
window?.contentView?.layer?.masksToBounds = true
window?.isOpaque = false
window?.backgroundColor = NSColor.clear
window?.collectionBehavior = .canJoinAllSpaces
}
func startWindowTimer() {

Loading…
Cancel
Save