We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684cc66 commit db5644eCopy full SHA for db5644e
src/ui/App.swift
@@ -230,7 +230,7 @@ class App: AppCenterApplication {
230
App.app.appIsBeingUsed = true
231
if isFirstSummon || shortcutIndex != self.shortcutIndex {
232
if isVeryFirstSummon {
233
- DispatchQueue.main.async { () -> () in Windows.sortByLevel() }
+ Windows.sortByLevel()
234
isVeryFirstSummon = false
235
}
236
isFirstSummon = false
0 commit comments