diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-07-23 18:34:33 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-07-23 18:34:33 -0400 |
commit | 59acd0f82f500d743ca4be7324f913903c8de237 (patch) | |
tree | c828789a7fdcd89d4b4e541d5810734af993062d /src/components/chatinput.hpp | |
parent | 544ae6f915da175c489e4293d1d5b51e5fdde4f7 (diff) | |
download | abaddon-portaudio-59acd0f82f500d743ca4be7324f913903c8de237.tar.gz abaddon-portaudio-59acd0f82f500d743ca4be7324f913903c8de237.zip |
handle max message payload + show filename label
Diffstat (limited to 'src/components/chatinput.hpp')
-rw-r--r-- | src/components/chatinput.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/chatinput.hpp b/src/components/chatinput.hpp index 2b88fd1..d8484b8 100644 --- a/src/components/chatinput.hpp +++ b/src/components/chatinput.hpp @@ -24,6 +24,7 @@ private: Gtk::MenuItem m_menu_set_filename; Gtk::Box m_box; + Gtk::Label m_label; Gtk::Image *m_img = nullptr; Glib::RefPtr<Gio::File> m_file; |