added macOSMenuBar

This commit is contained in:
SerenityUX 2023-05-13 15:33:31 -04:00 committed by Conrad Kramer
parent efee4afc8d
commit 534e615919
9 changed files with 160 additions and 35 deletions

View file

@ -92,7 +92,7 @@ class Tunnel: ObservableObject {
let proto = NETunnelProviderProtocol()
proto.providerBundleIdentifier = bundleIdentifier
configure(manager, proto)
manager.protocolConfiguration = proto
try await manager.save()
}