diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-06-17 03:29:03 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-06-17 03:29:03 -0400 |
commit | f8de54e47eadc40fad4027a34902476527f48a5c (patch) | |
tree | 3f6c60f7ec8f2bc50cfc137712b6b87e607890e9 /src/components/channellist/channellisttree.hpp | |
parent | e6b4871df3c0642d6feaf5fea4626973653bf36c (diff) | |
download | abaddon-portaudio-f8de54e47eadc40fad4027a34902476527f48a5c.tar.gz abaddon-portaudio-f8de54e47eadc40fad4027a34902476527f48a5c.zip |
add open chat to voice channels
Diffstat (limited to 'src/components/channellist/channellisttree.hpp')
-rw-r--r-- | src/components/channellist/channellisttree.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/channellist/channellisttree.hpp b/src/components/channellist/channellisttree.hpp index 4eebbdb..17acb46 100644 --- a/src/components/channellist/channellisttree.hpp +++ b/src/components/channellist/channellisttree.hpp @@ -166,6 +166,7 @@ protected: Gtk::Menu m_menu_voice_channel; Gtk::MenuItem m_menu_voice_channel_join; Gtk::MenuItem m_menu_voice_channel_disconnect; + Gtk::MenuItem m_menu_voice_open_chat; #endif Gtk::Menu m_menu_dm; |