Skip to content

Commit

Permalink
Ensure window floats above notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
lfroms committed Jan 8, 2023
1 parent e5f516c commit 6a1bc1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/FluidMenuBarExtra/FluidMenuBarExtraWindow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ final class FluidMenuBarExtraWindow<Content: View>: NSPanel {

isMovable = false
isMovableByWindowBackground = false
level = .statusBar
isFloatingPanel = true
level = .statusBar
isOpaque = false
titleVisibility = .hidden
titlebarAppearsTransparent = true

animationBehavior = .none
collectionBehavior = [.auxiliary, .moveToActiveSpace, .stationary, .fullScreenAuxiliary]
collectionBehavior = [.auxiliary, .moveToActiveSpace, .fullScreenAuxiliary]
isReleasedWhenClosed = false
hidesOnDeactivate = false

Expand Down

0 comments on commit 6a1bc1a

Please sign in to comment.