Spoke too soon
var body: some Scene {
WindowGroup {
AppView(store: store)
.onContinueUserActivity(NSUserActivityTypeBrowsingWeb) { userActivity in
// handle it here
}
}
}
This will duplicate my current window.
So now from one window I end up with 2 and 3 and so on.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: