mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-05 12:22:34 -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)
|
private async void Cancel_OnClick(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
if (ViewModel.IsModified)
|
if (ViewModel.IsModified)
|
||||||
@@ -152,7 +147,6 @@ namespace Ryujinx.Ava.UI.Windows
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RevertIfNotSaved();
|
|
||||||
Close();
|
Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user