From f7a86ae15f9788d98074027c9a6b8cee54859a4c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 5 Oct 2021 23:20:39 +0200 Subject: [PATCH] Framnes has blue jerseys. --- client/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2