Skip to content

Commit

Permalink
Make search panel appear in full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Oct 19, 2024
1 parent def0e72 commit e6968f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Ice/MenuBar/Search/MenuBarSearchPanel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ final class MenuBarSearchPanel: NSPanel {
self.titlebarAppearsTransparent = true
self.isMovableByWindowBackground = false
self.animationBehavior = .none
self.isFloatingPanel = true
self.level = .floating
self.collectionBehavior = [.fullScreenAuxiliary, .ignoresCycle, .moveToActiveSpace]
configureCancellables()
}

Expand Down

0 comments on commit e6968f8

Please sign in to comment.