neutrino.cpp: action reloadplugins, implement ShowHintS

This commit is contained in:
2021-10-08 22:07:13 +02:00
parent 42c624a337
commit ac594109d7

View File

@@ -5408,6 +5408,8 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
setupRecordingDevice();
}
else if (actionKey=="reloadplugins") {
ShowHintS(LOCALE_SERVICEMENU_GETPLUGINS_HINT, sigc::mem_fun(g_Plugins, &CPlugins::loadPlugins),1);
#if 0
CHint *hint = new CHint(LOCALE_SERVICEMENU_GETPLUGINS_HINT);
hint->setDelay(1);
hint->paint();
@@ -5415,6 +5417,7 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
g_Plugins->loadPlugins();
delete hint;
#endif
}
#if 0
else if (actionKey=="restarttuner")