mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Revert change to avoid merge conflict
This commit is contained in:
parent
d9f5f06f6f
commit
946f2acfe9
1 changed files with 2 additions and 2 deletions
|
|
@ -2149,9 +2149,9 @@ def load_capture_preset(data=None):
|
||||||
# DISPLAY OPTIONS
|
# DISPLAY OPTIONS
|
||||||
id = 'Display Options'
|
id = 'Display Options'
|
||||||
disp_options = {}
|
disp_options = {}
|
||||||
for key in preset[id]:
|
for key in preset['Display Options']:
|
||||||
if key.startswith('background'):
|
if key.startswith('background'):
|
||||||
disp_options[key] = preset[id][key]
|
disp_options[key] = preset['Display Options'][key]
|
||||||
else:
|
else:
|
||||||
disp_options['displayGradient'] = True
|
disp_options['displayGradient'] = True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue