diff options
| author | liamcharger <105521623+liamcharger@users.noreply.github.com> | 2023-12-30 01:03:56 +1030 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-12-30 20:11:13 +0100 |
| commit | 82db3dcd187cab7fbf6c93f80d31d1b326e0ef3b (patch) | |
| tree | c69c384726d608132b4f9f832a3b916b908715a0 /src/displayapp | |
| parent | ab8515f7660d6ac2a8cdb157e6d47f4c9b4dced7 (diff) | |
Update incorrect icon in weather settings
Diffstat (limited to 'src/displayapp')
| -rw-r--r-- | src/displayapp/screens/settings/SettingWeatherFormat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/settings/SettingWeatherFormat.cpp b/src/displayapp/screens/settings/SettingWeatherFormat.cpp index 4f37ede6..22d281b2 100644 --- a/src/displayapp/screens/settings/SettingWeatherFormat.cpp +++ b/src/displayapp/screens/settings/SettingWeatherFormat.cpp @@ -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); |
