From: Steinar H. Gunderson Date: Tue, 5 Oct 2021 21:20:39 +0000 (+0200) Subject: Framnes has blue jerseys. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f7a86ae15f9788d98074027c9a6b8cee54859a4c;p=ultimatescore Framnes has blue jerseys. --- diff --git a/client/mainwindow.cpp b/client/mainwindow.cpp index 82a7357..d7efae3 100644 --- a/client/mainwindow.cpp +++ b/client/mainwindow.cpp @@ -96,7 +96,7 @@ MainWindow::MainWindow(QWidget *parent) : team_combo->addItem("BSI1", "white"); team_combo->addItem("BSI2", "yellow"); team_combo->addItem("ESK", "white"); - team_combo->addItem("FRA", ""); + team_combo->addItem("FRA", "navy"); team_combo->addItem("NHHI", "navy"); team_combo->addItem("NMBUI", "cyan"); team_combo->addItem("OSI", "black");