diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-05 22:46:44 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-05 22:46:44 -0400 |
commit | 5a20b282a575c631906b5fc6e149959a15674fae (patch) | |
tree | e610ab3110e9640104a946d0920b152a794084a9 /components/chatmessage.hpp | |
parent | 0cdaea97dd035bcbf9d46b8a261b3eeaf4dea69c (diff) | |
download | abaddon-portaudio-5a20b282a575c631906b5fc6e149959a15674fae.tar.gz abaddon-portaudio-5a20b282a575c631906b5fc6e149959a15674fae.zip |
add BOT/Webhook label to message headers
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r-- | components/chatmessage.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp index ca936ea..7dd057e 100644 --- a/components/chatmessage.hpp +++ b/components/chatmessage.hpp @@ -86,5 +86,6 @@ protected: Gtk::Box *m_meta_box; Gtk::Label *m_author; Gtk::Label *m_timestamp; + Gtk::Label *m_extra = nullptr; Gtk::Image *m_avatar; }; |