add mark as unread/toggle mute for threads

This commit is contained in:
ouwou
2022-01-20 02:45:28 -05:00
parent d7f3ee9f98
commit b6b215ee6f
4 changed files with 46 additions and 3 deletions

View File

@@ -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);