diff --git a/MainWindow.cpp b/MainWindow.cpp index c089ab9..39605d7 100644 --- a/MainWindow.cpp +++ b/MainWindow.cpp @@ -267,5 +267,6 @@ void MainWindow::handleMessage(const std::string& message) } else if (list[2] == "game mode" && list[3] == "gc") { this->setWidgetNb(7); + gifLabel->show(); } }