From 59acd0f82f500d743ca4be7324f913903c8de237 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 23 Jul 2022 18:34:33 -0400 Subject: handle max message payload + show filename label --- src/components/chatinput.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/chatinput.hpp') 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 m_file; -- cgit v1.2.3