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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue