Skip to content

Commit

Permalink
Add title to search panel for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Oct 19, 2024
1 parent e6968f8 commit 5602125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ice/MenuBar/Search/MenuBarSearchPanel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ final class MenuBarSearchPanel: NSPanel {
defer: false
)
self.appState = appState
self.title = "Menu Bar Search Panel"
self.titlebarAppearsTransparent = true
self.isMovableByWindowBackground = false
self.animationBehavior = .none
Expand Down

0 comments on commit 5602125

Please sign in to comment.