Add option to disable webUI update checks

This commit is contained in:
schroda
2024-05-07 00:30:22 +02:00
parent 819d9bad66
commit 51a0173927
6 changed files with 81 additions and 8 deletions

View File

@@ -444,6 +444,14 @@
"up_to_date": "This is the latest version",
"update_failure": "Update failed",
"updating": "{{progress}}% | Updating…"
},
"settings": {
"inform": {
"label": {
"title": "Inform about available update",
"description": "Shows a dialog in case a new version is available"
}
}
}
}
},