mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
store settings password to general settings
This commit is contained in:
parent
57600e49cb
commit
d790119f2f
2 changed files with 7 additions and 1 deletions
|
|
@ -13,5 +13,6 @@
|
|||
"windows": [],
|
||||
"darwin": [],
|
||||
"linux": []
|
||||
}
|
||||
},
|
||||
"settings_password": ""
|
||||
}
|
||||
|
|
@ -33,6 +33,11 @@
|
|||
"label": "Versions Repository",
|
||||
"multiplatform": true,
|
||||
"multipath": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "settings_password",
|
||||
"label": "Settings password"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue