1
0
Fork 0

Launcher: fix a lingering season reference

This commit is contained in:
James Turner 2021-12-19 18:43:37 +00:00
parent ef38e07c61
commit c3beaee307

View file

@ -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])
}
}
}