diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-08 00:40:20 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-08 00:40:20 -0400 |
commit | 955b9239b9eac748d3e5ac4dc56864c906c81393 (patch) | |
tree | 5a515fdb2874d0f5fe31fa91f772307c6f7837fd /src/components/chatinput.hpp | |
parent | 53ac8533671d08e96896b80cd513ba05aabd930f (diff) | |
download | abaddon-portaudio-955b9239b9eac748d3e5ac4dc56864c906c81393.tar.gz abaddon-portaudio-955b9239b9eac748d3e5ac4dc56864c906c81393.zip |
hide browse icon when not in channel with perms
Diffstat (limited to 'src/components/chatinput.hpp')
-rw-r--r-- | src/components/chatinput.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/chatinput.hpp b/src/components/chatinput.hpp index f6c4358..807f958 100644 --- a/src/components/chatinput.hpp +++ b/src/components/chatinput.hpp @@ -103,6 +103,9 @@ public: // not proxying everythign lol!! ChatInputText &Get(); + void ShowChooserIcon(); + void HideChooserIcon(); + private: void ShowFileChooser(); bool GetChildPosition(Gtk::Widget *child, Gdk::Rectangle &pos); |