Skip to content

Commit

Permalink
wizard: fixed issue where guest tools is downloaded when not windows
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Apr 20, 2024
1 parent 1dc3969 commit 36329d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/Shared/VMWizardState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ enum VMBootDevice: Int, Identifiable {
@Published var isBusy: Bool = false
@Published var systemBootUefi: Bool = true
@Published var systemBootTpm: Bool = true
@Published var isGuestToolsInstallRequested: Bool = true
@Published var isGuestToolsInstallRequested: Bool = false
@Published var useVirtualization: Bool = false {
didSet {
if !useVirtualization {
Expand Down

0 comments on commit 36329d8

Please sign in to comment.