mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
fix: edit shortcuts in settings window search bar on first launch
This commit is contained in:
@@ -198,7 +198,9 @@ class TilesView {
|
||||
let editable = searchMode == .editing
|
||||
searchField.isEditable = editable
|
||||
searchField.isSelectable = editable
|
||||
MainMenu.toggleEditMenu(editable)
|
||||
if App.appIsBeingUsed {
|
||||
MainMenu.toggleEditMenu(editable)
|
||||
}
|
||||
}
|
||||
|
||||
static func updateCachedSizes() {
|
||||
|
||||
Reference in New Issue
Block a user