Changed debug option names

* --debug-json -> --debug
* --debug-modules -> --debug-icons
This commit is contained in:
2025-06-06 17:57:14 -07:00
parent c84e9698d7
commit 750a2813d3
6 changed files with 15 additions and 15 deletions

View File

@@ -26,6 +26,6 @@ pub struct AppOptions {
pub weather_units: TemperatureUnits,
pub weather_station: String,
pub music_progress: bool,
pub debug_json: bool,
pub debug_modules: bool,
pub debug: bool,
pub debug_icons: bool,
}