update a color

This commit is contained in:
Simon
2025-08-20 13:44:01 +00:00
parent 79b833b857
commit 812d1c205f

View File

@@ -763,7 +763,7 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
title: "Language".to_string(), title: "Language".to_string(),
description: "What Language to fetch".to_string(), //"Sort the videos by Date or Name.".to_string(), description: "What Language to fetch".to_string(), //"Sort the videos by Date or Name.".to_string(),
systemImage: "flag.fill".to_string(), systemImage: "flag.fill".to_string(),
colorName: "white".to_string(), colorName: "gray".to_string(),
options: vec![ options: vec![
FilterOption { FilterOption {
id: "en".to_string(), id: "en".to_string(),