mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-30 18:56:26 -05:00
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