Skip to content

Commit

Permalink
chimes: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zischknall committed Jan 16, 2025
1 parent 5621869 commit 8be6e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systemtask/SystemTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void SystemTask::Work() {
using Pinetime::Controllers::AlarmController;
if (settingsController.GetNotificationStatus() != Controllers::Settings::Notification::Sleep &&
(settingsController.GetChimeOption() == Controllers::Settings::ChimesOption::HalfHours ||
settingsController.GetChimeOption() == Controllers::Settings::ChimesOption::QuarterHours) &&
settingsController.GetChimeOption() == Controllers::Settings::ChimesOption::QuarterHours) &&
!alarmController.IsAlerting()) {
GoToRunning();
displayApp.PushMessage(Pinetime::Applications::Display::Messages::HalfHourChime);
Expand Down

0 comments on commit 8be6e88

Please sign in to comment.