From 812d1c205fde4fecbc3fd2970a1454ff533051fb Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 20 Aug 2025 13:44:01 +0000 Subject: [PATCH] update a color --- src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.rs b/src/api.rs index 631a0f1..2014602 100644 --- a/src/api.rs +++ b/src/api.rs @@ -763,7 +763,7 @@ async fn status(req: HttpRequest) -> Result { title: "Language".to_string(), description: "What Language to fetch".to_string(), //"Sort the videos by Date or Name.".to_string(), systemImage: "flag.fill".to_string(), - colorName: "white".to_string(), + colorName: "gray".to_string(), options: vec![ FilterOption { id: "en".to_string(),