FE: add 'Wait for settings reload' option to UI settings

This commit is contained in:
Jokob @NetAlertX
2026-06-21 01:08:56 +00:00
parent e879892a04
commit f52e303c19
3 changed files with 28 additions and 11 deletions

View File

@@ -704,6 +704,34 @@
"string": "Based on which value should the network topology view be ordered."
}
]
},
{
"function": "WAIT_FOR_SETTINGS",
"type": {
"dataType": "boolean",
"elements": [
{
"elementType": "input",
"elementOptions": [{ "type": "checkbox" }],
"transformers": []
}
]
},
"default_value": false,
"options": [],
"localized": ["name", "description"],
"name": [
{
"language_code": "en_us",
"string": "Wait for settings reload"
}
],
"description": [
{
"language_code": "en_us",
"string": "When enabled, the UI blocks after saving settings until the backend finishes reloading. When disabled (default), the UI returns immediately for most changes and only waits when plugin configuration changes."
}
]
}
]
}