Horde settings in the UI

This commit is contained in:
Henk
2023-04-04 17:20:43 +02:00
parent 8bf533da9a
commit 4b71da1714

View File

@@ -816,6 +816,40 @@ gensettingstf = [
"ui_level": 2 "ui_level": 2
}, },
{ {
"UI_V2_Only": True,
"uitype": "text",
"unit": "text",
"label": "Horde Worker Name",
"id": "horde_worker_name",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "This is the name of your worker that shows up on the Horde",
"menu_path": "Settings",
"sub_path": "Other",
"classname": "user",
"name": "horde_worker_name",
"ui_level": 2
},
{
"UI_V2_Only": True,
"uitype": "password",
"unit": "text",
"label": "Horde API Key",
"id": "horde_api_key",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "You can paste your API key here for faster generations and to earn Kudo's as a worker",
"menu_path": "Settings",
"sub_path": "Other",
"classname": "user",
"name": "horde_api_key",
"ui_level": 2
},
{
"UI_V2_Only": True, "UI_V2_Only": True,
"uitype": "toggle", "uitype": "toggle",
"unit": "bool", "unit": "bool",