Skip to content

Commit

Permalink
Revert "Add title to search panel for accessibility"
Browse files Browse the repository at this point in the history
This reverts commit 5602125.
  • Loading branch information
jordanbaird committed Oct 19, 2024
1 parent 8aaa4b4 commit 630f39e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ice/MenuBar/Search/MenuBarSearchPanel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ 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 630f39e

Please sign in to comment.