Observe tunnel in grid/list

Can notice in Simulator not updating installed profile.

Regression from #843
This commit is contained in:
Davide 2024-11-18 09:09:38 +01:00
parent db592944ec
commit a3dad4e445
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
2 changed files with 4 additions and 2 deletions

View File

@ -36,7 +36,8 @@ struct ProfileGridView: View, Routable, TunnelInstallationProviding {
@ObservedObject
var profileManager: ProfileManager
let tunnel: ExtendedTunnel
@ObservedObject
var tunnel: ExtendedTunnel
let interactiveManager: InteractiveManager

View File

@ -42,7 +42,8 @@ struct ProfileListView: View, Routable, TunnelInstallationProviding {
@ObservedObject
var profileManager: ProfileManager
let tunnel: ExtendedTunnel
@ObservedObject
var tunnel: ExtendedTunnel
let interactiveManager: InteractiveManager