diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-05 05:01:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 05:01:08 +0000 |
commit | 8a5f23fcb93a8674e394943af148c511165ac153 (patch) | |
tree | 3c5c0c931dd6ab2f6ca85ce4c6ade22d08fc823e /src/components/channels.hpp | |
parent | 060e79ff2af65c46b5a53606784345b570118f2b (diff) | |
parent | 88da9e17b86ae0315ff4c08bb22e7c78f6a19000 (diff) | |
download | abaddon-portaudio-8a5f23fcb93a8674e394943af148c511165ac153.tar.gz abaddon-portaudio-8a5f23fcb93a8674e394943af148c511165ac153.zip |
Merge pull request #186 from jkozera/unread-category-indicators
Show unread indicators next to categories containing unread channels
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r-- | src/components/channels.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp index d561737..9d449e4 100644 --- a/src/components/channels.hpp +++ b/src/components/channels.hpp @@ -116,9 +116,10 @@ protected: void UpdateCreateDMChannel(const ChannelData &channel); void SetDMChannelIcon(Gtk::TreeIter iter, const ChannelData &dm); + void RedrawUnreadIndicatorsForChannel(const ChannelData& channel); void OnMessageAck(const MessageAckData &data); - void OnMessageCreate(const Message &msg); + Gtk::TreeModel::Path m_path_for_menu; // cant be recovered through selection |