From 8ed2cd65b6b49ad6bd4d91c0de71b4be863456b2 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 28 Aug 2021 02:28:41 -0400 Subject: archive/unarchive from channel list --- components/channels.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components/channels.hpp') diff --git a/components/channels.hpp b/components/channels.hpp index 37a3254..5cfa9c3 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -222,6 +222,10 @@ protected: Gtk::Menu m_menu_thread; Gtk::MenuItem m_menu_thread_copy_id; Gtk::MenuItem m_menu_thread_leave; + Gtk::MenuItem m_menu_thread_archive; + Gtk::MenuItem m_menu_thread_unarchive; + + void OnThreadSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y); bool m_updating_listing = false; -- cgit v1.2.3