diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index bb7a04d1..c07d1e95 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -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