From b811d84e4199fd50ec6f74d3a4031a0857ca8aac Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Thu, 27 Dec 2018 00:18:15 -0500 Subject: [PATCH] Make Taisync off by default --- src/Settings/App.SettingsGroup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings/App.SettingsGroup.json b/src/Settings/App.SettingsGroup.json index 780618082..82917802e 100644 --- a/src/Settings/App.SettingsGroup.json +++ b/src/Settings/App.SettingsGroup.json @@ -211,7 +211,7 @@ "shortDescription": "Enable Taisync Module Support", "longDescription": "Enable Taisync Module Support", "type": "bool", - "defaultValue": true + "defaultValue": false }, { "name": "enableTaisyncVideo", -- 2.22.0