Hide connections page by default since unstable
This commit is contained in:
@@ -4,7 +4,7 @@ import SwiftUI
|
||||
|
||||
@main
|
||||
struct Application: App {
|
||||
@NSApplicationDelegateAdaptor private var appDelegate: IndependentApplicationDelegate
|
||||
@NSApplicationDelegateAdaptor private var appDelegate: StandaloneApplicationDelegate
|
||||
|
||||
var body: some Scene {
|
||||
MacApplication()
|
||||
|
||||
+2
-1
@@ -3,9 +3,10 @@ import Foundation
|
||||
import Library
|
||||
import MacLibrary
|
||||
|
||||
class IndependentApplicationDelegate: ApplicationDelegate {
|
||||
class StandaloneApplicationDelegate: ApplicationDelegate {
|
||||
public func applicationWillFinishLaunching(_: Notification) {
|
||||
Variant.useSystemExtension = true
|
||||
Variant.isBeta = false
|
||||
Task {
|
||||
await setupSystemExtension()
|
||||
}
|
||||
Reference in New Issue
Block a user