From 5a4c23ccc5ea48f35aae2b3f47520a71d25d8c72 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 25 Jul 2021 17:42:49 +0100 Subject: [PATCH] :card_file_box: Adds appConfig.disableUpdateChecks to schema --- src/utils/ConfigSchema.json | 5 +++++ 1 file changed, 5 insertions(+) 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