🗃️ Adds appConfig.disableUpdateChecks to schema

This commit is contained in:
Alicia Sykes 2021-07-25 17:42:49 +01:00
parent 7db441b493
commit 5a4c23ccc5
1 changed files with 5 additions and 0 deletions

View File

@ -244,6 +244,11 @@
"type": "boolean",
"default": false,
"description": "If set to true, custom right-click context menu will be disabled"
},
"disableUpdateChecks": {
"type": "boolean",
"default": false,
"description": "Prevents Dashy from checking for updates"
}
},
"additionalProperties": false