You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}).help("If checked, use NVMe instead of virtio as the disk interface, available on macOS 14+ for Linux guests only. This interface is slower but less likely to encounter filesystem errors.")
46
55
}
56
+
if isASIFSupported {
57
+
Toggle(isOn: $config.isASIF){
58
+
Text("Use Apple Sparse Image Format")
59
+
}.help("ASIF is more efficient and performant but is not compatible with older versions of macOS hosts.")
0 commit comments