mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
fix: Manually initialize library plugins
This commit is contained in:
@@ -92,10 +92,10 @@ namespace hex {
|
||||
const auto pluginName = wolv::util::toUTF8String(m_path.filename());
|
||||
|
||||
if (this->isLibraryPlugin()) {
|
||||
m_initialized = true;
|
||||
return true;
|
||||
m_functions.initializeLibraryFunction();
|
||||
}
|
||||
|
||||
|
||||
const auto requestedVersion = getCompatibleVersion();
|
||||
if (requestedVersion != ImHexApi::System::getImHexVersion()) {
|
||||
if (requestedVersion.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user