diff --git a/shell/osd.cpp b/shell/osd.cpp index 39b482dcf..5a675864f 100644 --- a/shell/osd.cpp +++ b/shell/osd.cpp @@ -115,8 +115,8 @@ void Osd::showProgress(const QString &icon, const int percent, const QString &ad void Osd::showText(const QString &icon, const QString &text) { - m_osdObject->rootObject()->setProperty("osdValue", text); m_osdObject->rootObject()->setProperty("showingProgress", false); + m_osdObject->rootObject()->setProperty("osdValue", text); m_osdObject->rootObject()->setProperty("icon", icon); showOsd();