mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Update App.xaml.cs
This commit is contained in:
parent
309d85caea
commit
4142debbd4
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ namespace UWUVCI_AIO_WPF
|
|||
{
|
||||
|
||||
//wnd.is32();
|
||||
Custom_Message cm = new Custom_Message("Warning", "Some features may cause issues on a 32Bit System. Upgrading to 64Bit would be recommended.\nDue to an Issue with packing on 32Bit Systems, you need Java installed for packing. \nReport any issues in the UWUVCI Discord, or ping @NicoAICP in #wiiu-assistance in the Nintendo Homebrew discord. ");
|
||||
Custom_Message cm = new Custom_Message("Warning", "Some features may cause issues on a 32Bit System. Upgrading to 64Bit would be recommended.\nDue to an Issue with packing on 32Bit Systems, you need Java installed for packing. \nReport any issues in the UWUVCI Discord, or ping @NicoAICP or @ZestyTS in #wiiu-assistance in the Nintendo Homebrew discord. ");
|
||||
cm.ShowDialog();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue