InfiniTime.git

commit 82db3dcd187cab7fbf6c93f80d31d1b326e0ef3b

Author: liamcharger <105521623+liamcharger@users.noreply.github.com>

Update incorrect icon in weather settings

 src/displayapp/screens/settings/SettingWeatherFormat.cpp | 2 +-


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