summaryrefslogtreecommitdiff
path: root/src/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-04-21 14:19:21 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-04-21 14:19:21 -0400
commit2dab59547617f7830a4fecd3de380396b47de33f (patch)
treeb00e8813d1333873ddaa602d176b466a530a7c16 /src/components/channels.hpp
parenta98967fccccfcddaffb3d61023a0224ea646d685 (diff)
downloadabaddon-portaudio-2dab59547617f7830a4fecd3de380396b47de33f.tar.gz
abaddon-portaudio-2dab59547617f7830a4fecd3de380396b47de33f.zip
add open dm in new tab
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r--src/components/channels.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp
index e8032af..63d5a6d 100644
--- a/src/components/channels.hpp
+++ b/src/components/channels.hpp
@@ -130,6 +130,10 @@ protected:
Gtk::MenuItem m_menu_dm_close;
Gtk::MenuItem m_menu_dm_toggle_mute;
+#ifdef WITH_LIBHANDY
+ Gtk::MenuItem m_menu_dm_open_tab;
+#endif
+
Gtk::Menu m_menu_thread;
Gtk::MenuItem m_menu_thread_copy_id;
Gtk::MenuItem m_menu_thread_leave;