From c3beaee307060853bdf16807f84d096e8720a0d9 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sun, 19 Dec 2021 18:43:37 +0000 Subject: [PATCH] Launcher: fix a lingering season reference --- src/GUI/qml/Environment.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/GUI/qml/Environment.qml b/src/GUI/qml/Environment.qml index 5c843424f..0d778a464 100644 --- a/src/GUI/qml/Environment.qml +++ b/src/GUI/qml/Environment.qml @@ -91,10 +91,6 @@ Item { } else if (timeOfDay.selectedIndex > 0) { _config.setArg("timeofday", timeOfDay.args[timeOfDay.selectedIndex]) } - - if (season.selectedIndex > 0) { - _config.setArg("season", season.args[season.selectedIndex]) - } } }