Add experimental startup auto-update

This commit is contained in:
Yaroslav Volovich
2026-02-25 18:42:42 +00:00
parent 3b6c50d925
commit 76b25805bf
6 changed files with 224 additions and 0 deletions

View File

@@ -403,6 +403,9 @@
"sqlite": {
"type": "boolean"
},
"startup_auto_update": {
"type": "boolean"
},
"steer": {
"type": "boolean"
},
@@ -1684,6 +1687,9 @@
"sqlite": {
"type": "boolean"
},
"startup_auto_update": {
"type": "boolean"
},
"steer": {
"type": "boolean"
},