diff --git a/source-code/source/plugins/Launcher/framework.h b/source-code/source/plugins/Launcher/framework.h index d166c1f..1579fc2 100644 --- a/source-code/source/plugins/Launcher/framework.h +++ b/source-code/source/plugins/Launcher/framework.h @@ -319,7 +319,8 @@ std::vector LoadPlugins() if (optsFunc != NULL) thisplugin.configopts = PluginConfig::GetConfigOptionVec(optsFunc()); - FreeLibrary(thisplugin.handle); + // sometimes this might screw with custom button config, so let's just not free stuff + // FreeLibrary(thisplugin.handle); outvec.push_back(thisplugin); }