Update Tunnel on the main thread
Also updated it to use the new Swift Observable macro
This commit is contained in:
parent
b008762a5b
commit
2b9ecb7b6a
10 changed files with 167 additions and 69 deletions
|
|
@ -15,7 +15,7 @@ struct BurrowApp: App {
|
|||
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
TunnelView()
|
||||
TunnelView(tunnel: Self.tunnel)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue