SettingsView Component Adjustment
Nucleic-Session: 1E7BD753-1672-4499-8888-A75C5E28E517 Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
@@ -615,9 +615,10 @@ public enum MacVMSettings {
|
||||
}
|
||||
|
||||
/// Whether the base image installs the optional in-guest semantic AX agent (the by-identity
|
||||
/// control add-on; see ``axAgentEnabledKey``). Only meaningful while the service is on.
|
||||
/// control add-on; see ``axAgentEnabledKey``). Builds on virtual computer use, so it requires
|
||||
/// both the service and ``computerUseByDefault`` to be on.
|
||||
public static var axAgentEnabled: Bool {
|
||||
serviceEnabled && defaults.bool(forKey: axAgentEnabledKey)
|
||||
computerUseByDefault && defaults.bool(forKey: axAgentEnabledKey)
|
||||
}
|
||||
|
||||
/// Whether the guest-screen monitor should auto-open for every session VM as it boots (see
|
||||
|
||||
Reference in New Issue
Block a user