From 145504bdd66e93fe13426fc943e903e4d0db08d1 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 22 Dec 2021 01:44:26 -0500 Subject: add mark all as read --- src/windows/mainwindow.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/windows/mainwindow.hpp') diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp index 697564e..7afe782 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -98,5 +98,6 @@ protected: Gtk::MenuItem m_menu_view_pins; Gtk::MenuItem m_menu_view_threads; Gtk::MenuItem m_menu_view_mark_guild_as_read; + Gtk::MenuItem m_menu_view_mark_all_as_read; void OnViewSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y); }; -- cgit v1.2.3