Skip to content

Commit

Permalink
Update incorrect icon in weather settings
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcharger authored and JF002 committed Dec 30, 2023
1 parent ab8515f commit 82db3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/settings/SettingWeatherFormat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 82db3dc

Please sign in to comment.