Remove 'Season' option from Qt Launcher
This commit is contained in:
parent
a49f865515
commit
271073d869
1 changed files with 0 additions and 13 deletions
|
@ -77,19 +77,6 @@ Item {
|
|||
label: qsTr("Custom time is GMT / UTC")
|
||||
visible: timeOfDay.isCustom
|
||||
setting: "custom-time-is-gmt"
|
||||
},
|
||||
|
||||
SettingsComboBox {
|
||||
id: season
|
||||
label: qsTr("Season")
|
||||
description: qsTr("Select if normal (summer) or winter textures are used for the scenery. "
|
||||
+ "This does not affect other aspects of the simulation at present, "
|
||||
+ "such as icing or weather simulation");
|
||||
keywords: ["season", "scenery", "texture", "winter"]
|
||||
choices: [qsTr("Summer (default)"), qsTr("Winter")]
|
||||
defaultIndex: 0
|
||||
setting: "winter-textures"
|
||||
readonly property var args: ["summer", "winter"]
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue