diff --git a/src/libs/tgfclient/webserver.cpp b/src/libs/tgfclient/webserver.cpp index 1c97ae206..a810ff80c 100644 --- a/src/libs/tgfclient/webserver.cpp +++ b/src/libs/tgfclient/webserver.cpp @@ -362,6 +362,7 @@ void NotificationManager::updateWebserverStatusUi() if(this->notifyUiIdBusyIcon > 0 && this->screenHandle == this->prevScreenHandle) { GfuiVisibilitySet(this->prevScreenHandle, this->notifyUiIdBusyIcon, GFUI_INVISIBLE); + this->notifyUiIdBusyIcon = -1; } if(this->screenHandle != NULL)