mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- plugins: type for listed plugins on blue key is selectable
* add mainmenu items for tools and lua-extensions (default not visible) * add usermenu items for tools and lua-extensions (default off)
This commit is contained in:
@@ -134,7 +134,7 @@ void CPlugins::scanDir(const char *dir)
|
||||
else if (new_plugin.type == CPlugins::P_TYPE_LUA)
|
||||
new_plugin.pluginfile.append(".lua");
|
||||
#endif
|
||||
else
|
||||
else // CPlugins::P_TYPE_GAME or CPlugins::P_TYPE_TOOL
|
||||
new_plugin.pluginfile.append(".so");
|
||||
// We do not check if new_plugin.pluginfile exists since .cfg in
|
||||
// PLUGINDIR_VAR can overwrite settings in read only dir
|
||||
|
Reference in New Issue
Block a user