Skip to content

Commit db5644e

Browse files
committed
fix: window order on first display was wrong
1 parent 684cc66 commit db5644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/App.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class App: AppCenterApplication {
230230
App.app.appIsBeingUsed = true
231231
if isFirstSummon || shortcutIndex != self.shortcutIndex {
232232
if isVeryFirstSummon {
233-
DispatchQueue.main.async { () -> () in Windows.sortByLevel() }
233+
Windows.sortByLevel()
234234
isVeryFirstSummon = false
235235
}
236236
isFirstSummon = false

0 commit comments

Comments
 (0)