2
0
Эх сурвалжийг харах

wizard: hide macOS for emulate

It is not supported.
osy 3 жил өмнө
parent
commit
8a0711bc62

+ 1 - 1
Platform/Shared/VMWizardOSView.swift

@@ -25,7 +25,7 @@ struct VMWizardOSView: View {
             Text("Operating System")
                 .font(.largeTitle)
             #if os(macOS) && arch(arm64)
-            if #available(macOS 12, *) {
+            if #available(macOS 12, *), wizardState.useVirtualization {
                 Button {
                     wizardState.operatingSystem = .macOS
                     wizardState.useAppleVirtualization = true