summaryrefslogtreecommitdiff
path: root/src/components/chatwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-07-07 03:09:54 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-07-07 03:09:54 -0400
commit41776fbd023df1c4a70ffa46e8f81c6aea9f7b7f (patch)
tree12529298666543801a0e46c1fa83099e69968ddc /src/components/chatwindow.hpp
parent5c7631e71382b0c1727bd8e1487a7e41feaf2efc (diff)
downloadabaddon-portaudio-41776fbd023df1c4a70ffa46e8f81c6aea9f7b7f.tar.gz
abaddon-portaudio-41776fbd023df1c4a70ffa46e8f81c6aea9f7b7f.zip
add upload progress bar
Diffstat (limited to 'src/components/chatwindow.hpp')
-rw-r--r--src/components/chatwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/chatwindow.hpp b/src/components/chatwindow.hpp
index 917456b..802826b 100644
--- a/src/components/chatwindow.hpp
+++ b/src/components/chatwindow.hpp
@@ -6,6 +6,7 @@
#include "discord/chatsubmitparams.hpp"
#include "completer.hpp"
#include "state.hpp"
+#include "progressbar.hpp"
#ifdef WITH_LIBHANDY
class ChannelTabSwitcherHandy;
@@ -79,6 +80,7 @@ protected:
ChatInputIndicator *m_input_indicator;
RateLimitIndicator *m_rate_limit_indicator;
Gtk::Box *m_meta;
+ MessageUploadProgressBar m_progress;
#ifdef WITH_LIBHANDY
ChannelTabSwitcherHandy *m_tab_switcher;