From c46a4ec022ada0d61d262b2959d10e568e5b08e7 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Thu, 5 Oct 2023 07:49:17 +0100 Subject: [PATCH] forgot to add studio to get --- Bloxstrap/UI/ViewModels/Menu/BehaviourViewModel.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Bloxstrap/UI/ViewModels/Menu/BehaviourViewModel.cs b/Bloxstrap/UI/ViewModels/Menu/BehaviourViewModel.cs index 122c28b..de074b9 100644 --- a/Bloxstrap/UI/ViewModels/Menu/BehaviourViewModel.cs +++ b/Bloxstrap/UI/ViewModels/Menu/BehaviourViewModel.cs @@ -109,7 +109,9 @@ public bool ForceRobloxReinstallation { - get => String.IsNullOrEmpty(App.State.Prop.PlayerVersionGuid); + // wouldnt it be better to check old version guids? + // what about fresh installs? + get => String.IsNullOrEmpty(App.State.Prop.PlayerVersionGuid) && String.IsNullOrEmpty(App.State.Prop.StudioVersionGuid); set { if (value)