mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-12-29 10:28:46 +00:00
Revert no longer necessary
This commit is contained in:
parent
8ffe522f53
commit
3145934efc
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user