diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-07-22 08:33:15 +0300 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-08-02 22:51:04 +0200 |
| commit | 97048121b05abb2c51c09a4340fe0aa223f46182 (patch) | |
| tree | 2473a58935da39e00ad002446a8dd142cac58721 /src/displayapp/DisplayApp.cpp | |
| parent | 9f851f632128a7c78a82ce37a8517a3025fbf781 (diff) | |
Use Counter widget in Alarm
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
| -rw-r--r-- | src/displayapp/DisplayApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index d5cc9810..29684466 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -368,7 +368,7 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction) currentScreen = std::make_unique<Screens::Timer>(this, timerController); break; case Apps::Alarm: - currentScreen = std::make_unique<Screens::Alarm>(this, alarmController, settingsController, *systemTask); + currentScreen = std::make_unique<Screens::Alarm>(this, alarmController, settingsController.GetClockType(), *systemTask); break; // Settings |
