From 95241c3fed6dc5c1b613a2979c3d1a89d76d8967 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 24 Jul 2024 20:01:32 +0200 Subject: ui: show round number in subtitle --- ui/include/turns/ui/windows/tracker.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/include') diff --git a/ui/include/turns/ui/windows/tracker.hpp b/ui/include/turns/ui/windows/tracker.hpp index 4af7c43..04174e6 100644 --- a/ui/include/turns/ui/windows/tracker.hpp +++ b/ui/include/turns/ui/windows/tracker.hpp @@ -32,6 +32,8 @@ namespace turns::app::windows auto setup_actions() -> void; + auto update_subtitle() -> void; + AdwApplicationWindow * m_adw; Gtk::Revealer * m_controls; Gtk::Widget * m_empty; -- cgit v1.2.3