macOS: Adapt to TunnelsManagerListDelegate changes
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user