mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Additional folder paths not being loaded from config correctly
This commit is contained in:
@@ -143,6 +143,8 @@ namespace hex::plugin::builtin {
|
||||
for (const auto &pathString : pathStrings) {
|
||||
m_paths.emplace_back(pathString);
|
||||
}
|
||||
|
||||
ImHexApi::System::setAdditionalFolderPaths(m_paths);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user