Skip to content

Commit

Permalink
fix: window order on first display was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Jan 6, 2025
1 parent 684cc66 commit db5644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class App: AppCenterApplication {
App.app.appIsBeingUsed = true
if isFirstSummon || shortcutIndex != self.shortcutIndex {
if isVeryFirstSummon {
DispatchQueue.main.async { () -> () in Windows.sortByLevel() }
Windows.sortByLevel()
isVeryFirstSummon = false
}
isFirstSummon = false
Expand Down

0 comments on commit db5644e

Please sign in to comment.