Update incorrect icon in weather settings
This commit is contained in:
parent
ab8515f766
commit
82db3dcd18
|
@ -49,7 +49,7 @@ SettingWeatherFormat::SettingWeatherFormat(Pinetime::Controllers::Settings& sett
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
"Weather format",
|
"Weather format",
|
||||||
Symbols::clock,
|
Symbols::cloudSunRain,
|
||||||
GetDefaultOption(settingsController.GetWeatherFormat()),
|
GetDefaultOption(settingsController.GetWeatherFormat()),
|
||||||
[&settings = settingsController](uint32_t index) {
|
[&settings = settingsController](uint32_t index) {
|
||||||
settings.SetWeatherFormat(options[index].weatherFormat);
|
settings.SetWeatherFormat(options[index].weatherFormat);
|
||||||
|
|
Loading…
Reference in a new issue