fix: Additional folder paths not being loaded from config correctly

This commit is contained in:
WerWolv 2024-02-17 21:30:23 +01:00
parent a2284a5143
commit d196169bea
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,8 @@ namespace hex::plugin::builtin {
for (const auto &pathString : pathStrings) {
m_paths.emplace_back(pathString);
}
ImHexApi::System::setAdditionalFolderPaths(m_paths);
}
}