Update incorrect icon in weather settings

This commit is contained in:
liamcharger 2023-12-30 01:03:56 +10:30 committed by JF
parent ab8515f766
commit 82db3dcd18

View File

@ -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);