Observe tunnel in grid/list
Can notice in Simulator not updating installed profile. Regression from #843
This commit is contained in:
parent
db592944ec
commit
a3dad4e445
|
@ -36,7 +36,8 @@ struct ProfileGridView: View, Routable, TunnelInstallationProviding {
|
|||
@ObservedObject
|
||||
var profileManager: ProfileManager
|
||||
|
||||
let tunnel: ExtendedTunnel
|
||||
@ObservedObject
|
||||
var tunnel: ExtendedTunnel
|
||||
|
||||
let interactiveManager: InteractiveManager
|
||||
|
||||
|
|
|
@ -42,7 +42,8 @@ struct ProfileListView: View, Routable, TunnelInstallationProviding {
|
|||
@ObservedObject
|
||||
var profileManager: ProfileManager
|
||||
|
||||
let tunnel: ExtendedTunnel
|
||||
@ObservedObject
|
||||
var tunnel: ExtendedTunnel
|
||||
|
||||
let interactiveManager: InteractiveManager
|
||||
|
||||
|
|
Loading…
Reference in New Issue