From 50349136f9119031663eb6075a4b50e21710e9bd Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:15:55 -0500 Subject: [PATCH] Update config.json increase scroll speed --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 4752caad..8241f199 100644 --- a/config/config.json +++ b/config/config.json @@ -54,7 +54,7 @@ "news": { "enabled": true, "update_interval": 300, - "scroll_speed": 1, + "scroll_speed": 10, "scroll_delay": 0.05, "max_headlines_per_symbol": 1 }