mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
fix: allow quitting multiple apps in a row (closes #5421)
This commit is contained in:
@@ -544,6 +544,7 @@ class Windows {
|
||||
if addWindowlessWindowIfNeeded {
|
||||
windows.forEach { $0.application.addWindowlessWindowIfNeeded() }
|
||||
}
|
||||
lastFocusedWindowTarget = getLastFocusedOrderWindowIndex().map { list[$0].id }
|
||||
App.refreshOpenUiAfterExternalEvent([], windowRemoved: true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user