Use Counter widget in Alarm

This commit is contained in:
Riku Isokoski
2022-07-22 08:33:15 +03:00
committed by JF
parent 9f851f6321
commit 97048121b0
3 changed files with 61 additions and 117 deletions

View File

@@ -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