diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-05-12 02:42:22 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-05-12 02:42:22 (GMT) |
| commit | c559096005f37fd53b36c861fdd65f600a76f7c1 (patch) | |
| tree | 6da8c80c2a3b845746785beecf9192f21fd100f5 /src/displayapp/screens/ApplicationList.h | |
| parent | 8b4861d25c652a39f2e2f4332d286b225583b1e7 (diff) | |
Add Jumpscore app
Diffstat (limited to 'src/displayapp/screens/ApplicationList.h')
| -rw-r--r-- | src/displayapp/screens/ApplicationList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/ApplicationList.h b/src/displayapp/screens/ApplicationList.h index f430a89..27ebbac 100644 --- a/src/displayapp/screens/ApplicationList.h +++ b/src/displayapp/screens/ApplicationList.h @@ -25,10 +25,10 @@ namespace Pinetime { Pinetime::Controllers::Battery& batteryController; Controllers::DateTime& dateTimeController; - ScreenList<2> screens; + ScreenList<3> screens; std::unique_ptr<Screen> CreateScreen1(); std::unique_ptr<Screen> CreateScreen2(); - // std::unique_ptr<Screen> CreateScreen3(); + std::unique_ptr<Screen> CreateScreen3(); }; } } |
