From 6025783960e9e6030524491b25e0d9dac2f9ae00 Mon Sep 17 00:00:00 2001 From: osy <50960678+osy@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:51:16 -0700 Subject: [PATCH] wizard: fixed issue where guest tools is downloaded when not windows --- Platform/Shared/VMWizardState.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Shared/VMWizardState.swift b/Platform/Shared/VMWizardState.swift index 5b1e2647f..2c3711033 100644 --- a/Platform/Shared/VMWizardState.swift +++ b/Platform/Shared/VMWizardState.swift @@ -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 {