settings: add Show Confirm Exist toggle (#1856)
This commit is contained in:
@ -14,7 +14,7 @@ namespace Ryujinx.Configuration
|
||||
/// <summary>
|
||||
/// The current version of the file format
|
||||
/// </summary>
|
||||
public const int CurrentVersion = 18;
|
||||
public const int CurrentVersion = 20;
|
||||
|
||||
public int Version { get; set; }
|
||||
|
||||
@ -128,6 +128,11 @@ namespace Ryujinx.Configuration
|
||||
/// </summary>
|
||||
public bool CheckUpdatesOnStart { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Show "Confirm Exit" Dialog
|
||||
/// </summary>
|
||||
public bool ShowConfirmExit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Enables or disables Vertical Sync
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user