Pr 434 #523

Closed
krQo0ygT7YVBDW wants to merge 68 commits from pr-434 into master
Showing only changes of commit 01e22f1c67 - Show all commits

View File

@ -620,8 +620,8 @@ namespace Ryujinx.Ava.UI.Windows
base.OnClosing(e);
}
public void ForceExit() {
public void ForceExit()
{
_isExitWithoutConfirm = true;
Close();
}