1
0
Fork 0

Remove 'Season' option from Qt Launcher

This commit is contained in:
PlayeRom 2021-12-19 00:14:38 +01:00 committed by James Turner
parent a49f865515
commit 271073d869

View file

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