You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Code/App/CodefaceApp.swift
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ struct CodefaceApp: App
27
27
28
28
Task
29
29
{
30
+
// FIXME: this waiting is an ugly workaround. without it it's too early to read the windows. NSApp.windows would still be empty because windows from last session would not have been restored yet
0 commit comments