SettingsView Component Adjustment

Nucleic-Session: 1E7BD753-1672-4499-8888-A75C5E28E517
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-07-08 00:36:01 -07:00
co-authored by nucleic
parent be5cbf20af
commit 924ee59aee
+3 -2
View File
@@ -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