Browse Source

wizard: hide macOS for emulate

It is not supported.
osy 3 years ago
parent
commit
8a0711bc62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Platform/Shared/VMWizardOSView.swift

+ 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