From ac594109d72903396ff25721c30612371e828337 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 8 Oct 2021 22:07:13 +0200 Subject: [PATCH] neutrino.cpp: action reloadplugins, implement ShowHintS --- src/neutrino.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index c4828fd88..22e9b03a3 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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")