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) {
|
||||
m_paths.emplace_back(pathString);
|
||||
}
|
||||
|
||||
ImHexApi::System::setAdditionalFolderPaths(m_paths);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user