Skip to content

Commit

Permalink
wizard: hide macOS for emulate
Browse files Browse the repository at this point in the history
It is not supported.
  • Loading branch information
osy committed Jan 13, 2022
1 parent f5b970a commit 8a0711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/Shared/VMWizardOSView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a0711b

Please sign in to comment.