Enable autoUpdate by default

This commit is contained in:
tverona1
2019-09-14 19:02:10 -07:00
parent 4f0399bcdf
commit 6d2ae2ea04
+1 -1
View File
@@ -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;