blob: 82978b65c677bc911979ae7d8368ef5956770a9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/resources/settings/settings_description.json b/resources/settings/settings_description.json
index 3329d0d..ccd5718 100644
--- a/resources/settings/settings_description.json
+++ b/resources/settings/settings_description.json
@@ -127,7 +127,7 @@
"value": "checkForUpdates",
"display_name": "Check For Updates",
"help": "Allows user to disable update check plugin script.",
- "default": true
+ "default": false
},
{
"value": "enableInputRepeat",
|