Added initial menu bar to macOS

This commit is contained in:
SerenityUX 2023-06-23 20:19:10 -04:00 committed by Conrad Kramer
parent 923bc9511d
commit 5438542284
5 changed files with 149 additions and 31 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()
}