fix: Plugin features display not working correctly

This commit is contained in:
WerWolv
2025-09-10 19:44:46 +02:00
parent 12564dd78f
commit 88ccb0e075

View File

@@ -46,7 +46,7 @@ void* PluginSubCommandsFunctionHelper<T>::getSubCommands() {
[[maybe_unused]] static auto& getFeaturesImpl() {
static hex::AutoReset<std::vector<hex::Feature>> features;
return features;
return *features;
}
#if defined (IMHEX_STATIC_LINK_PLUGINS)