aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Dice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/Dice.h')
-rw-r--r--src/displayapp/screens/Dice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/displayapp/screens/Dice.h b/src/displayapp/screens/Dice.h
index da91657d..d12848d3 100644
--- a/src/displayapp/screens/Dice.h
+++ b/src/displayapp/screens/Dice.h
@@ -56,6 +56,10 @@ namespace Pinetime {
static Screens::Screen* Create(AppControllers& controllers) {
return new Screens::Dice(controllers.motionController, controllers.motorController, controllers.settingsController);
};
+
+ static bool IsAvailable(Pinetime::Controllers::FS& /*filesystem*/) {
+ return true;
+ };
};
}
}