mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 09:17:12 +02:00
Rollback the CreateExitDialog function that was lost with auto updater
This commit is contained in:
parent
6467ac9cba
commit
1427f79397
2 changed files with 6 additions and 1 deletions
|
@ -142,7 +142,7 @@ namespace Ryujinx.Ui
|
|||
{
|
||||
if (keyboard.IsKeyDown(OpenTK.Input.Key.Escape))
|
||||
{
|
||||
if (GtkDialog.CreateChoiceDialog("Ryujinx - Exit", "Are you sure you want to stop emulation?", "All unsaved data will be lost!"))
|
||||
if (GtkDialog.CreateExitDialog())
|
||||
{
|
||||
Exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue