wip
This commit is contained in:
parent
cb1bc1c8aa
commit
86594fb663
10 changed files with 507 additions and 81 deletions
|
|
@ -7,6 +7,12 @@ struct BurrowApp: App {
|
|||
var body: some Scene {
|
||||
WindowGroup {
|
||||
BurrowView()
|
||||
.onOpenURL { url in
|
||||
print(url)
|
||||
}
|
||||
.onContinueUserActivity(NSUserActivityTypeBrowsingWeb) { userActivity in
|
||||
print(userActivity.webpageURL)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue