mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-09 12:19:12 +00:00
Finally works
This commit is contained in:
parent
0ce48134a0
commit
14bc03dc0d
1 changed files with 4 additions and 0 deletions
|
@ -1008,6 +1008,10 @@ namespace Ryujinx.Ava
|
|||
{
|
||||
Console.WriteLine("quitting");
|
||||
Console.WriteLine("still quitting");
|
||||
if (Application.Current.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime app)
|
||||
{
|
||||
app.MainWindow.Close();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue