aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorliamcharger <105521623+liamcharger@users.noreply.github.com>2023-12-30 01:03:56 +1030
committerJF <JF002@users.noreply.github.com>2023-12-30 20:11:13 +0100
commit82db3dcd187cab7fbf6c93f80d31d1b326e0ef3b (patch)
treec69c384726d608132b4f9f832a3b916b908715a0 /src
parentab8515f7660d6ac2a8cdb157e6d47f4c9b4dced7 (diff)
Update incorrect icon in weather settings
Diffstat (limited to 'src')
-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);