From 6d2ae2ea04118c57fac7a017e990e265a4d8a1aa Mon Sep 17 00:00:00 2001 From: tverona1 Date: Sat, 14 Sep 2019 19:02:10 -0700 Subject: [PATCH] Enable autoUpdate by default --- Assets/Scripts/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Config.cs b/Assets/Scripts/Config.cs index 3e5a30f..30ad144 100644 --- a/Assets/Scripts/Config.cs +++ b/Assets/Scripts/Config.cs @@ -67,7 +67,7 @@ namespace QuestAppLauncher public string customCategory = Category_Right; // Whether to auto-download updates - public bool autoUpdate = false; + public bool autoUpdate = true; // Background image path public string background = Background_Default;