summaryrefslogtreecommitdiff
path: root/src/components/chatinput.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-08-08 00:40:20 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-08-08 00:40:20 -0400
commit955b9239b9eac748d3e5ac4dc56864c906c81393 (patch)
tree5a515fdb2874d0f5fe31fa91f772307c6f7837fd /src/components/chatinput.hpp
parent53ac8533671d08e96896b80cd513ba05aabd930f (diff)
downloadabaddon-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.hpp3
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);