aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFacePineTimeStyle.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2023-12-19 15:41:06 +0100
committerJF <JF002@users.noreply.github.com>2023-12-23 21:12:25 +0100
commit199aefc617b8e655ad5edf97a0e6b00285512993 (patch)
treea4ae07b8f4395583ba7a4ac31821aa7cfd66b258 /src/displayapp/screens/WatchFacePineTimeStyle.cpp
parentd29eb1ea994c1a8445bafc67d718aa017a5eba20 (diff)
Simple Weather Service - code cleaning and improvements
Rename Symbols::cloud_meatball to Symbols::cloudMeatball.
Diffstat (limited to 'src/displayapp/screens/WatchFacePineTimeStyle.cpp')
-rw-r--r--src/displayapp/screens/WatchFacePineTimeStyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFacePineTimeStyle.cpp b/src/displayapp/screens/WatchFacePineTimeStyle.cpp
index d11114d6..4c28c62c 100644
--- a/src/displayapp/screens/WatchFacePineTimeStyle.cpp
+++ b/src/displayapp/screens/WatchFacePineTimeStyle.cpp
@@ -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;