GUI: Plugin configuration is retained between sessions
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Il2CppInspector.GUI
|
||||
InitializeComponent();
|
||||
|
||||
var app = (App) Application.Current;
|
||||
DataContext = app.LoadOptions;
|
||||
DataContext = app.ImageLoadOptions;
|
||||
}
|
||||
|
||||
private void okButton_Click(object sender, RoutedEventArgs e) {
|
||||
|
||||
Reference in New Issue
Block a user