mac: add attach-only gateway toggle
This commit is contained in:
@@ -495,6 +495,10 @@ enum CommandResolver {
|
||||
projectRoot: projectRoot)
|
||||
}
|
||||
|
||||
static var attachExistingGatewayOnly: Bool {
|
||||
UserDefaults.standard.bool(forKey: attachExistingGatewayOnlyKey)
|
||||
}
|
||||
|
||||
static func connectionModeIsRemote() -> Bool {
|
||||
self.connectionSettings().mode == .remote
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user