store settings password to general settings

This commit is contained in:
iLLiCiTiT 2021-04-30 19:42:46 +02:00
parent 57600e49cb
commit d790119f2f
2 changed files with 7 additions and 1 deletions

View file

@ -13,5 +13,6 @@
"windows": [],
"darwin": [],
"linux": []
}
},
"settings_password": ""
}

View file

@ -33,6 +33,11 @@
"label": "Versions Repository",
"multiplatform": true,
"multipath": true
},
{
"type": "text",
"key": "settings_password",
"label": "Settings password"
}
]
}