diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/menu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu.cpp b/src/menu.cpp index b3dcc53..5d97859 100644 --- a/src/menu.cpp +++ b/src/menu.cpp @@ -108,6 +108,7 @@ protected: update_section(Appointments); // showing events got toggled }); m_state->planner->upcoming.changed().connect([this](const std::vector<Appointment>&){ + update_header(); // show an 'alarm' icon if there are upcoming alarms update_section(Appointments); // "upcoming" is the list of Appointments we show }); m_state->clock->date_changed.connect([this](){ |