diff options
| author | Jean-François Milants <jf@codingfield.com> | 2022-10-11 21:36:31 +0200 |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2022-10-11 21:36:31 +0200 |
| commit | eb0af22ecf66957b9341521990c49a6d1d5d70e3 (patch) | |
| tree | 269d1925185cd8d10cd39eb86f23c1170e40548e /src/displayapp/screens/WatchFaceCasioStyleG7710.h | |
| parent | 8c7be1fbb1d172ffc5cf99ec2b013f11f35dc421 (diff) | |
Watch face settings : disable watch faces that are not available (external resources are not installed).
Diffstat (limited to 'src/displayapp/screens/WatchFaceCasioStyleG7710.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceCasioStyleG7710.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/screens/WatchFaceCasioStyleG7710.h b/src/displayapp/screens/WatchFaceCasioStyleG7710.h index c3821205..eb7bb9e8 100644 --- a/src/displayapp/screens/WatchFaceCasioStyleG7710.h +++ b/src/displayapp/screens/WatchFaceCasioStyleG7710.h @@ -37,6 +37,8 @@ namespace Pinetime { void Refresh() override; + static bool IsAvailable(Pinetime::Controllers::FS& filesystem); + private: uint8_t displayedHour = -1; uint8_t displayedMinute = -1; |
