summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/src/windows/tracker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/windows/tracker.cpp b/ui/src/windows/tracker.cpp
index 5571aca..e292165 100644
--- a/ui/src/windows/tracker.cpp
+++ b/ui/src/windows/tracker.cpp
@@ -123,6 +123,7 @@ namespace turns::ui::windows
auto message = std::vformat(_(lang::successfully_saved_format), std::make_format_args(name));
auto toast = adw_toast_new(message.c_str());
adw_toast_overlay_add_toast(m_overlay, toast);
+ set_title(std::format("{} - {}", _(lang::turns), name));
}
catch (Gtk::DialogError const & e)
{