mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Fix #4693: Add displayGradient key to allow disabling gradient background
This commit is contained in:
parent
2b540f1b2e
commit
36f1a1103e
3 changed files with 11 additions and 6 deletions
|
|
@ -795,6 +795,7 @@
|
|||
"quality": 95
|
||||
},
|
||||
"Display Options": {
|
||||
"override_display": true,
|
||||
"background": [
|
||||
125,
|
||||
125,
|
||||
|
|
@ -813,7 +814,7 @@
|
|||
125,
|
||||
255
|
||||
],
|
||||
"override_display": true
|
||||
"displayGradient": true
|
||||
},
|
||||
"Generic": {
|
||||
"isolate_view": true,
|
||||
|
|
|
|||
|
|
@ -48,7 +48,11 @@
|
|||
"type": "label",
|
||||
"label": "<b>Display Options</b>"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "override_display",
|
||||
"label": "Override display options"
|
||||
},
|
||||
{
|
||||
"type": "color",
|
||||
"key": "background",
|
||||
|
|
@ -66,8 +70,8 @@
|
|||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "override_display",
|
||||
"label": "Override display options"
|
||||
"key": "displayGradient",
|
||||
"label": "Display background gradient"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue