General clean up

* Option changed: --debug-icons -> --debug-modules
This commit is contained in:
2025-06-06 18:10:43 -07:00
parent 750a2813d3
commit 17ce090ef8
4 changed files with 12 additions and 31 deletions

View File

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