diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp index 7980b0b7..dd1bb98e 100755 --- a/src/gui/qt/gametable/gametableimpl.cpp +++ b/src/gui/qt/gametable/gametableimpl.cpp @@ -3545,6 +3545,7 @@ void gameTableImpl::localGameModification() //let the SoundEventHandler know that there is a new game mySoundEventHandler->newGameStarts(); spectatorIcon->hide(); + spectatorNumberLabel->hide(); } void gameTableImpl::networkGameModification()