mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Injecting pop up window will actually stay open now
This commit is contained in:
parent
3236434f8d
commit
a2364469c0
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue