diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-10 13:50:02 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-10 14:07:49 (GMT) |
| commit | 34a6369f793bb36a3f66eba87535159819c65f2b (patch) | |
| tree | 65e206128ee042de8372d915966c8981246be9fb /src/displayapp/screens/ApplicationList.h | |
| parent | 4d8a0d3300345b71dcbd7e86d1e7c4cfcc3cf200 (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(); }; } } |
