This commit is contained in:
ackimixs
2024-05-15 18:29:01 +02:00
parent e36bee06e6
commit 9628539086

View File

@@ -263,6 +263,6 @@ void MainWindow::handleMessage(const std::string& message)
}
else if (list[2] == "game mode" && list[3] == "gc") {
this->setWidgetNb(7);
setStyleSheet("background-color: #FFF;");
setStyleSheet("background-color: black;");
}
}