diff --git a/crates/app/src/routes/pages/profile.rs b/crates/app/src/routes/pages/profile.rs index f40e05b..d24669c 100644 --- a/crates/app/src/routes/pages/profile.rs +++ b/crates/app/src/routes/pages/profile.rs @@ -95,7 +95,10 @@ pub async fn settings_request( } for setting in &settings_map { - if !setting.0.starts_with("theme_color_text") { + if !setting.0.starts_with("theme_color_text") + | (setting.0 == "theme_color_text_primary") + | (setting.0 == "theme_color_text_secondary") + { continue; }