From 6c77e89bbe18a2f03d4f00072dc3afe6b97c8866 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 2 Aug 2021 00:52:37 -0400 Subject: leave thread via menu --- 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 ed87b57..c131a07 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -209,6 +209,10 @@ protected: Gtk::MenuItem m_menu_dm_copy_id; Gtk::MenuItem m_menu_dm_close; + Gtk::Menu m_menu_thread; + Gtk::MenuItem m_menu_thread_copy_id; + Gtk::MenuItem m_menu_thread_leave; + bool m_updating_listing = false; public: -- cgit v1.2.3