From 82db3dcd187cab7fbf6c93f80d31d1b326e0ef3b Mon Sep 17 00:00:00 2001 From: liamcharger <105521623+liamcharger@users.noreply.github.com> Date: Sat, 30 Dec 2023 01:03:56 +1030 Subject: [PATCH] Update incorrect icon in weather settings --- src/displayapp/screens/settings/SettingWeatherFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);