update a color
This commit is contained in:
@@ -763,7 +763,7 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
|
||||
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(),
|
||||
|
||||
Reference in New Issue
Block a user