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
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -179,14 +179,26 @@ struct CodefaceApp: App
179
179
if !moreWindowsThanTestingDashboardAreOpen()
180
180
{
181
181
log("🪟 gonna open document window because none is open")
182
+
183
+
/// we cannot use `newDocument` here because we can't capture `self` in the Task in the initializer ... there is simply no clean way to trigger `newDocument` on app launch 🤮
0 commit comments