From 4d39fed37f11b65f32abe9e5df3984ef6a991e43 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 27 Sep 2022 23:58:23 +0200 Subject: [PATCH] neutrino.cpp: add NEUTRINO_ICON_LOADER for tuner restart Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/1a4e3e9224d1ecff3252ff9b124f52e490675a02 Author: Thilo Graf Date: 2022-09-27 (Tue, 27 Sep 2022) --- src/neutrino.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 0a51d34bb..197ddf684 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -5424,9 +5424,9 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey) else if (actionKey=="restarttuner") { std::vector hints; - hints.push_back({sigc::bind(sigc::mem_fun(g_Zapit, &CZapitClient::setStandby), true),"Stopping tuner...", NONEXISTANT_LOCALE, 2, true}); - hints.push_back({sigc::bind(sigc::mem_fun(g_Zapit, &CZapitClient::setStandby), false), "Start tuner...", NONEXISTANT_LOCALE, 2, true}); - hints.push_back({sigc::hide_return(sigc::mem_fun(g_Zapit, &CZapitClient::Rezap)), "Rezap...", NONEXISTANT_LOCALE, 2, true}); + hints.push_back({sigc::bind(sigc::mem_fun(g_Zapit, &CZapitClient::setStandby), true),"Stopping tuner...", NONEXISTANT_LOCALE, 2, true, NEUTRINO_ICON_LOADER}); + hints.push_back({sigc::bind(sigc::mem_fun(g_Zapit, &CZapitClient::setStandby), false), "Start tuner...", NONEXISTANT_LOCALE, 2, true, NEUTRINO_ICON_LOADER}); + hints.push_back({sigc::hide_return(sigc::mem_fun(g_Zapit, &CZapitClient::Rezap)), "Rezap...", NONEXISTANT_LOCALE, 2, true, NEUTRINO_ICON_LOADER}); ShowHintS(hints); } else if (actionKey == "camd_reset")