GUI: Plugin configuration is retained between sessions
This commit is contained in:
@@ -35,6 +35,8 @@ namespace Il2CppInspector.GUI
|
||||
|
||||
private void okButton_Click(object sender, RoutedEventArgs e) {
|
||||
DialogResult = true;
|
||||
|
||||
((Il2CppInspectorGUI.App) Application.Current).SaveOptions();
|
||||
}
|
||||
|
||||
// Reload list of plugins and reset settings
|
||||
|
||||
Reference in New Issue
Block a user