summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-12-22 01:44:26 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-12-22 01:44:26 -0500
commit145504bdd66e93fe13426fc943e903e4d0db08d1 (patch)
tree174eab05522a6c6073a8b92629af3accd402d8f5 /src/windows/mainwindow.hpp
parent9fd0d404a128923c29c7cb4b990ca88cc719e5d6 (diff)
downloadabaddon-portaudio-145504bdd66e93fe13426fc943e903e4d0db08d1.tar.gz
abaddon-portaudio-145504bdd66e93fe13426fc943e903e4d0db08d1.zip
add mark all as read
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r--src/windows/mainwindow.hpp1
1 files changed, 1 insertions, 0 deletions
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);
};