1
0
mirror of synced 2025-02-17 18:59:21 +01:00

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

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);
}
}