Skip to content

Commit 82db3dc

Browse files
liamchargerJF002
authored andcommitted
Update incorrect icon in weather settings
1 parent ab8515f commit 82db3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/screens/settings/SettingWeatherFormat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SettingWeatherFormat::SettingWeatherFormat(Pinetime::Controllers::Settings& sett
4949
0,
5050
1,
5151
"Weather format",
52-
Symbols::clock,
52+
Symbols::cloudSunRain,
5353
GetDefaultOption(settingsController.GetWeatherFormat()),
5454
[&settings = settingsController](uint32_t index) {
5555
settings.SetWeatherFormat(options[index].weatherFormat);

0 commit comments

Comments
 (0)