Launcher: fix a lingering season reference
This commit is contained in:
parent
ef38e07c61
commit
c3beaee307
1 changed files with 0 additions and 4 deletions
|
@ -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])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue