macOS: Adapt to TunnelsManagerListDelegate changes
This commit is contained in:
parent
d272cc2ab3
commit
8c64f28742
|
@ -91,7 +91,7 @@ extension TunnelsTracker: TunnelsManagerListDelegate {
|
|||
manageTunnelsRootVC?.tunnelsListVC?.tunnelMoved(from: oldIndex, to: newIndex)
|
||||
}
|
||||
|
||||
func tunnelRemoved(at index: Int) {
|
||||
func tunnelRemoved(at index: Int, tunnel: TunnelContainer) {
|
||||
tunnelStatusObservers.remove(at: index)
|
||||
|
||||
statusMenu?.removeTunnelMenuItem(at: index)
|
||||
|
|
Loading…
Reference in New Issue