fix: Saving and loading projects not working correctly

This commit is contained in:
WerWolv
2022-09-22 09:05:09 +02:00
parent 55bd2c6da6
commit e34703ea5a
5 changed files with 20 additions and 5 deletions

View File

@@ -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;