mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
disable root toggle, rename settings
This commit is contained in:
parent
0ab48cf607
commit
7fe1473dde
2 changed files with 9 additions and 10 deletions
|
|
@ -18,8 +18,8 @@
|
|||
}
|
||||
},
|
||||
"copy_fusion_settings": {
|
||||
"copy_path": "~/.openpype/hosts/fusion/profiles",
|
||||
"copy_status": false,
|
||||
"copy_path": "~/.openpype/hosts/fusion/prefs",
|
||||
"force_sync": false
|
||||
}
|
||||
}
|
||||
|
|
@ -50,23 +50,22 @@
|
|||
"type": "dict",
|
||||
"key": "copy_fusion_settings",
|
||||
"collapsible": true,
|
||||
"checkbox_key": "copy_status",
|
||||
"label": "Copy Fusion settings on launch",
|
||||
"label": "Local Fusion profile settings",
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "copy_status",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"key": "copy_path",
|
||||
"type": "path",
|
||||
"label": "Local prefs directory"
|
||||
"label": "Local Fusion profile directory"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "copy_status",
|
||||
"label": "Copy profile on first launch"
|
||||
},
|
||||
{
|
||||
"key":"force_sync",
|
||||
"type": "boolean",
|
||||
"label": "Force sync preferences"
|
||||
"label": "Resync profile on each launch"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue