macOS: Adapt to TunnelsManagerListDelegate changes
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
11e44f9ae5
commit
76527ef0f8
|
@ -91,7 +91,7 @@ extension TunnelsTracker: TunnelsManagerListDelegate {
|
||||||
manageTunnelsRootVC?.tunnelsListVC?.tunnelMoved(from: oldIndex, to: newIndex)
|
manageTunnelsRootVC?.tunnelsListVC?.tunnelMoved(from: oldIndex, to: newIndex)
|
||||||
}
|
}
|
||||||
|
|
||||||
func tunnelRemoved(at index: Int) {
|
func tunnelRemoved(at index: Int, tunnel: TunnelContainer) {
|
||||||
tunnelStatusObservers.remove(at: index)
|
tunnelStatusObservers.remove(at: index)
|
||||||
|
|
||||||
statusMenu?.removeTunnelMenuItem(at: index)
|
statusMenu?.removeTunnelMenuItem(at: index)
|
||||||
|
|
Loading…
Reference in New Issue