From 41a63df1b108a9520a8dfcb862f108b42f9a1bb1 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 5 Aug 2021 03:32:53 -0400 Subject: add temporary row for non-joined threads --- components/channels.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components/channels.hpp') diff --git a/components/channels.hpp b/components/channels.hpp index 24c7170..fce3546 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -197,6 +197,9 @@ protected: void OnMessageCreate(const Message &msg); Gtk::TreeModel::Path m_path_for_menu; + // cant be recovered through selection + Gtk::TreeModel::iterator m_temporary_thread_row; + Gtk::Menu m_menu_guild; Gtk::MenuItem m_menu_guild_copy_id; Gtk::MenuItem m_menu_guild_settings; -- cgit v1.2.3