mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
fix: Don't unload background .NET scripts
This commit is contained in:
@@ -15,6 +15,7 @@ namespace hex::script::loader {
|
||||
|
||||
bool initialize() override;
|
||||
bool loadAll() override;
|
||||
void clearScripts() override;
|
||||
|
||||
private:
|
||||
std::function<int(const std::string &, bool, const std::fs::path&)> m_runMethod;
|
||||
|
||||
Reference in New Issue
Block a user