archive/unarchive from channel list

This commit is contained in:
ouwou
2021-08-28 02:28:41 -04:00
parent 3977159415
commit 8ed2cd65b6
6 changed files with 68 additions and 1 deletions

View File

@@ -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;