mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Disclaimer where to install game
This commit is contained in:
parent
5033e1e955
commit
5a0ca01056
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ namespace UWUVCI_AIO_WPF
|
|||
cnuspacker.WaitForExit();
|
||||
}
|
||||
|
||||
MessageBox.Show($"Injection Complete! The Inject is stored here:\n{outputPath}\n\nThe Configuration will not be cleared, so you can Export the Config if you want. To clear the Configuration, reselect the Console you want to Inject into.", "Inject Complete", MessageBoxButton.OK, MessageBoxImage.Information);
|
||||
MessageBox.Show($"Injection Complete!\nDisclaimer: Only install injections to USB to prevent a brick in a worst case scenario\n\nThe Inject is stored here:\n{outputPath}\n\nThe Configuration will not be cleared, so you can Export the Config if you want. To clear the Configuration, reselect the Console you want to Inject into.", "Inject Complete", MessageBoxButton.OK, MessageBoxImage.Information);
|
||||
|
||||
Clean();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue