mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
plugin integration main menu added
This commit is contained in:
@@ -120,6 +120,11 @@ void CNeutrinoApp::InitMenu()
|
||||
CMenuWidget &menuService = personalize.getWidget(MENU_SERVICE);
|
||||
nextShortcut = (unsigned int)menuService.getNextShortcut();
|
||||
menuService.integratePlugins(PLUGIN_INTEGRATION_SERVICE, nextShortcut);
|
||||
|
||||
//add PLUGIN_INTEGRATION_MAIN plugins
|
||||
CMenuWidget &menuMain = personalize.getWidget(MENU_MAIN);
|
||||
nextShortcut = (unsigned int)menuMain.getNextShortcut();
|
||||
menuMain.integratePlugins(PLUGIN_INTEGRATION_MAIN, nextShortcut);
|
||||
}
|
||||
|
||||
//init main menu
|
||||
|
Reference in New Issue
Block a user