This commit is contained in:
ackimixs
2024-05-15 18:18:57 +02:00
parent 460a5bf675
commit 125a7119e6

View File

@@ -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();
}
}