settings: add Show Confirm Exist toggle (#1856)
This commit is contained in:
@@ -154,7 +154,7 @@ namespace Ryujinx.Ui
|
||||
{
|
||||
if (keyboard.IsKeyDown(OpenTK.Input.Key.Escape))
|
||||
{
|
||||
if (GtkDialog.CreateExitDialog())
|
||||
if (!ConfigurationState.Instance.ShowConfirmExit || GtkDialog.CreateExitDialog())
|
||||
{
|
||||
Exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user