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
fix: match SwiftUI window identifiers with hasPrefix instead of exact match
SwiftUI appends -AppWindow-N to the WindowGroup id, so window.identifier
is "main-AppWindow-1" not "main". The exact match from PR #441 broke
isMainWindow, preventing tab grouping and window lifecycle handling.
0 commit comments