AppModel: Build model by default in constructor

This commit is contained in:
Katy Coe
2020-08-15 02:34:19 +02:00
parent 7027f2e1cb
commit 95d88e60d7
5 changed files with 9 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ namespace Il2CppInspectorGUI
// Initialize (but don't build) application model
// We will build the model after the user confirms the Unity version and target compiler
AppModels.Add(new AppModel(typeModel));
AppModels.Add(new AppModel(typeModel, makeDefaultBuild: false));
}
}
// Unsupported architecture; ignore it