forgot to add studio to get

This commit is contained in:
bluepilledgreat 2023-10-05 07:49:17 +01:00
parent ae1051cb0b
commit c46a4ec022

View File

@ -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)