summaryrefslogtreecommitdiff
path: root/src/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-01-20 02:45:28 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2022-01-20 02:45:28 -0500
commitb6b215ee6f08e4e7d6d987ffd676cebeb8638a62 (patch)
treeac7ef5263dc5cc9dcb0f868a1ffcae465895aa62 /src/components/channels.hpp
parentd7f3ee9f983458bdaf504c5813adc93bed1404e4 (diff)
downloadabaddon-portaudio-b6b215ee6f08e4e7d6d987ffd676cebeb8638a62.tar.gz
abaddon-portaudio-b6b215ee6f08e4e7d6d987ffd676cebeb8638a62.zip
add mark as unread/toggle mute for threads
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r--src/components/channels.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp
index 4ec0587..a2553fd 100644
--- a/src/components/channels.hpp
+++ b/src/components/channels.hpp
@@ -131,6 +131,8 @@ protected:
Gtk::MenuItem m_menu_thread_leave;
Gtk::MenuItem m_menu_thread_archive;
Gtk::MenuItem m_menu_thread_unarchive;
+ Gtk::MenuItem m_menu_thread_mark_as_read;
+ Gtk::MenuItem m_menu_thread_toggle_mute;
void OnGuildSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);
void OnCategorySubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);