summaryrefslogtreecommitdiff
path: root/src/components/chatinput.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/chatinput.hpp')
-rw-r--r--src/components/chatinput.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/chatinput.hpp b/src/components/chatinput.hpp
index 865b23e..8a4ad8d 100644
--- a/src/components/chatinput.hpp
+++ b/src/components/chatinput.hpp
@@ -16,9 +16,11 @@ public:
private:
void SetupMenu();
+ void UpdateTooltip();
Gtk::Menu m_menu;
Gtk::MenuItem m_menu_remove;
+ Gtk::MenuItem m_menu_set_filename;
Gtk::Box m_box;
Gtk::Image *m_img = nullptr;