We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8515f commit 82db3dcCopy full SHA for 82db3dc
src/displayapp/screens/settings/SettingWeatherFormat.cpp
@@ -49,7 +49,7 @@ SettingWeatherFormat::SettingWeatherFormat(Pinetime::Controllers::Settings& sett
49
0,
50
1,
51
"Weather format",
52
- Symbols::clock,
+ Symbols::cloudSunRain,
53
GetDefaultOption(settingsController.GetWeatherFormat()),
54
[&settings = settingsController](uint32_t index) {
55
settings.SetWeatherFormat(options[index].weatherFormat);
0 commit comments