GUI: Load plugins even if plugin window never opened

This commit is contained in:
Katy Coe
2020-12-24 00:04:21 +01:00
parent 62451e5131
commit 2e7187795a
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ namespace Il2CppInspectorGUI
ex = ex.InnerException;
}
};
// Load plugins
PluginManager.EnsureInit();
}
private Metadata metadata;