Simple Weather Service - code cleaning and improvements

Rename Symbols::cloud_meatball to Symbols::cloudMeatball.
This commit is contained in:
Jean-François Milants
2023-12-19 15:41:06 +01:00
committed by JF
parent d29eb1ea99
commit 199aefc617
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ namespace {
return Symbols::cloud;
break;
case Pinetime::Controllers::SimpleWeatherService::Icons::BrokenClouds:
return Symbols::cloud_meatball;
return Symbols::cloudMeatball;
break;
case Pinetime::Controllers::SimpleWeatherService::Icons::Thunderstorm:
return Symbols::bolt;