mirror of https://github.com/WerWolv/ImHex.git
fix: Additional folder paths not being loaded from config correctly
This commit is contained in:
parent
a2284a5143
commit
d196169bea
|
@ -143,6 +143,8 @@ namespace hex::plugin::builtin {
|
||||||
for (const auto &pathString : pathStrings) {
|
for (const auto &pathString : pathStrings) {
|
||||||
m_paths.emplace_back(pathString);
|
m_paths.emplace_back(pathString);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImHexApi::System::setAdditionalFolderPaths(m_paths);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue