Skip to content

Commit 36329d8

Browse files
committed
wizard: fixed issue where guest tools is downloaded when not windows
1 parent 1dc3969 commit 36329d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Platform/Shared/VMWizardState.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ enum VMBootDevice: Int, Identifiable {
7575
@Published var isBusy: Bool = false
7676
@Published var systemBootUefi: Bool = true
7777
@Published var systemBootTpm: Bool = true
78-
@Published var isGuestToolsInstallRequested: Bool = true
78+
@Published var isGuestToolsInstallRequested: Bool = false
7979
@Published var useVirtualization: Bool = false {
8080
didSet {
8181
if !useVirtualization {

0 commit comments

Comments
 (0)