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("quitting");
|
||||||
Console.WriteLine("still quitting");
|
Console.WriteLine("still quitting");
|
||||||
|
if (Application.Current.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime app)
|
||||||
|
{
|
||||||
|
app.MainWindow.Close();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue