mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-18 22:39:08 +00:00
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)
|
||||
}
|
||||
|
||||
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
Block a user