Added weather symbols

This commit is contained in:
2025-05-10 20:39:43 -07:00
parent 710399628b
commit ade570b8af
4 changed files with 137 additions and 4 deletions

View File

@@ -27,4 +27,5 @@ pub struct AppOptions {
pub weather_station: String,
pub music_progress: bool,
pub debug_json: bool,
pub debug_icons: bool,
}