Injecting pop up window will actually stay open now

This commit is contained in:
ZestyTS 2022-08-21 01:39:08 -07:00
parent 3236434f8d
commit a2364469c0

View file

@ -69,6 +69,10 @@ namespace UWUVCI_AIO_WPF.UI.Windows
mvm.Progress += 1;
}
}
else if (Key.Text.Contains("Injecting Game")) {
if (mvm.Progress < 79)
mvm.Progress += 1;
}
else
mvm.Progress += 1;