mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: Saving and loading projects not working correctly
This commit is contained in:
@@ -40,6 +40,7 @@ namespace hex::plugin::builtin {
|
||||
continue;
|
||||
}
|
||||
|
||||
provider->setID(id);
|
||||
provider->loadSettings(providerSettings["settings"]);
|
||||
if (!provider->open() || !provider->isAvailable() || !provider->isReadable())
|
||||
success = false;
|
||||
|
||||
Reference in New Issue
Block a user