Adding option to stretch the image over multiple displays
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
"title": "Image set",
|
||||
"keys": [
|
||||
"lb_image_configuration",
|
||||
"btn_config_images"
|
||||
"btn_config_images",
|
||||
"sw_image_stretch"
|
||||
]
|
||||
},
|
||||
"sec_location": {
|
||||
@@ -88,6 +89,11 @@
|
||||
"description": "Image Configurator",
|
||||
"callback": "openImageConfigurator"
|
||||
},
|
||||
"sw_image_stretch": {
|
||||
"type": "switch",
|
||||
"description": "Expand image over all displays",
|
||||
"default": true
|
||||
},
|
||||
"sw_auto_location": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
|
||||
Reference in New Issue
Block a user