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;