diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-23 02:24:24 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-23 02:24:24 -0400 |
commit | 6e75c4a95dcf0e601aba324ab5ae5f34ebd1a00d (patch) | |
tree | 680c741a0664361beca4b7e3578d695b4e79e17b /components/chatlist.hpp | |
parent | 41d60e5e907aa0d6f625796e15c6317074e2af7d (diff) | |
download | abaddon-portaudio-6e75c4a95dcf0e601aba324ab5ae5f34ebd1a00d.tar.gz abaddon-portaudio-6e75c4a95dcf0e601aba324ab5ae5f34ebd1a00d.zip |
add pin menu item to messages
Diffstat (limited to 'components/chatlist.hpp')
-rw-r--r-- | components/chatlist.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/chatlist.hpp b/components/chatlist.hpp index 7f9dab7..2122e49 100644 --- a/components/chatlist.hpp +++ b/components/chatlist.hpp @@ -38,6 +38,7 @@ private: Gtk::MenuItem *m_menu_edit_message; Gtk::MenuItem *m_menu_reply_to; Gtk::MenuItem *m_menu_unpin; + Gtk::MenuItem *m_menu_pin; Snowflake m_menu_selected_message; Snowflake m_active_channel; |