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/WatchFaceInfineat.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/WatchFaceInfineat.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceInfineat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h index 285908e8..6c3c30ba 100644 --- a/src/displayapp/screens/WatchFaceInfineat.h +++ b/src/displayapp/screens/WatchFaceInfineat.h @@ -39,6 +39,8 @@ namespace Pinetime { void Refresh() override; + static bool IsAvailable(Pinetime::Controllers::FS& filesystem); + private: char displayedChar[5] {}; |
