newline brace

This commit is contained in:
Evan Husted
2025-01-10 21:13:39 -06:00
committed by GitHub
parent 3352d70ea4
commit 01e22f1c67

View File

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