diff --git a/src/displayapp/screens/settings/SettingWeatherFormat.cpp b/src/displayapp/screens/settings/SettingWeatherFormat.cpp index 4f37ede6..22d281b2 100644 --- a/src/displayapp/screens/settings/SettingWeatherFormat.cpp +++ b/src/displayapp/screens/settings/SettingWeatherFormat.cpp @@ -49,7 +49,7 @@ SettingWeatherFormat::SettingWeatherFormat(Pinetime::Controllers::Settings& sett 0, 1, "Weather format", - Symbols::clock, + Symbols::cloudSunRain, GetDefaultOption(settingsController.GetWeatherFormat()), [&settings = settingsController](uint32_t index) { settings.SetWeatherFormat(options[index].weatherFormat);