diff options
Diffstat (limited to 'api/plugin-support.hpp')
-rw-r--r-- | api/plugin-support.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp index dae4723e..9c0a3ae0 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -92,6 +92,8 @@ struct dylib final icon = m->icon(); name = m->name(); } + else + name = module_name; type = t; |