mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
fix: preview window wouldn't update in some cases
This commit is contained in:
@@ -189,6 +189,8 @@ class Windows {
|
||||
if let focusedWindow = focusedWindow() {
|
||||
if !focusedWindow.shouldShowTheUser {
|
||||
cycleFocusedWindowIndex(windowIndexAfterCycling(1) > focusedWindowIndex ? 1 : -1)
|
||||
} else {
|
||||
previewFocusedWindowIfNeeded()
|
||||
}
|
||||
} else {
|
||||
cycleFocusedWindowIndex(-1)
|
||||
|
||||
Reference in New Issue
Block a user