When clicking "Select SD Textures" nothing happens.
The Scenery_Config.json still looks like this:
"texture_options": [
{
"name": "HD Textures",
"description": "HD Texture Pack",
"default": true,
"files_base": "Scenery\\airport-egll-heathrow",
"folder_off": "egll-modellib\\texture.HD",
"folder_on": "egll-modellib\\texture"
},
{
"name": "SD Textures",
"description": "SD Texture Pack",
"default": false,
"files_base": "Scenery\\airport-egll-heathrow",
"folder_off": "egll-modellib\\texture.SD",
"folder_on": "egll-modellib\\texture"
}
],