mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 11:22:25 -07:00
Revert no longer necessary
This commit is contained in:
@@ -129,11 +129,6 @@ namespace Ryujinx.Ava.UI.Windows
|
||||
}
|
||||
}
|
||||
|
||||
private static void RevertIfNotSaved()
|
||||
{
|
||||
Program.ReloadConfig();
|
||||
}
|
||||
|
||||
private async void Cancel_OnClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if (ViewModel.IsModified)
|
||||
@@ -152,7 +147,6 @@ namespace Ryujinx.Ava.UI.Windows
|
||||
}
|
||||
}
|
||||
|
||||
RevertIfNotSaved();
|
||||
Close();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user