aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2025-11-04 21:11:02 +0100
committerJF <JF002@users.noreply.github.com>2025-11-04 21:25:31 +0100
commitaaf98a292adee2520280314c63ee14acb3f07454 (patch)
tree4d5b54b88d4314475be9304243ca453f4c0dfe32 /src
parent0bfa2770d5f0c6d9a5531a5e2b863ab43569cb33 (diff)
Fix formatting
Diffstat (limited to 'src')
-rw-r--r--src/displayapp/screens/StopWatch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/StopWatch.h b/src/displayapp/screens/StopWatch.h
index 595c71da..5bc254ca 100644
--- a/src/displayapp/screens/StopWatch.h
+++ b/src/displayapp/screens/StopWatch.h
@@ -64,6 +64,7 @@ namespace Pinetime::Applications {
static Screens::Screen* Create(AppControllers& controllers) {
return new Screens::StopWatch(*controllers.systemTask, controllers.stopWatchController);
}
+
static bool IsAvailable(Pinetime::Controllers::FS& /*filesystem*/) {
return true;
}