Merge pull request #23 from tverona1/misc

Enable autoUpdate by default
This commit is contained in:
tverona1
2019-09-14 19:20:49 -07:00
committed by GitHub
+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;