aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp')
-rw-r--r--src/displayapp/screens/settings/SettingWeatherFormat.cpp2
1 files changed, 1 insertions, 1 deletions
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);