From 49f7677b37eda787d70e712aa0884cd68aab9ef0 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:12:47 -0500 Subject: [PATCH] set web ui autostart to true by default --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index cc46e04d..40f257d3 100644 --- a/config/config.json +++ b/config/config.json @@ -1,5 +1,5 @@ { - "web_display_autostart": false, + "web_display_autostart": true, "schedule": { "enabled": false, "start_time": "07:00",