summaryrefslogtreecommitdiff
path: root/src/components/channellist/channellisttree.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-06-17 04:00:29 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2024-06-17 04:00:29 -0400
commitbd4162b18aa460782a015e4cf982119a2b7a1153 (patch)
tree7f2adb4ae2911c3fee960a35607ac98e96cde923 /src/components/channellist/channellisttree.hpp
parent15955050f45a4ee0c3aff60e8cf0c0c54da6dc41 (diff)
downloadabaddon-portaudio-bd4162b18aa460782a015e4cf982119a2b7a1153.tar.gz
abaddon-portaudio-bd4162b18aa460782a015e4cf982119a2b7a1153.zip
add mark as read to voice channels
Diffstat (limited to 'src/components/channellist/channellisttree.hpp')
-rw-r--r--src/components/channellist/channellisttree.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/channellist/channellisttree.hpp b/src/components/channellist/channellisttree.hpp
index abceca9..9e2c544 100644
--- a/src/components/channellist/channellisttree.hpp
+++ b/src/components/channellist/channellisttree.hpp
@@ -162,6 +162,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_channel_mark_as_read;
Gtk::MenuItem m_menu_voice_open_chat;
Gtk::Menu m_menu_dm;