summaryrefslogtreecommitdiff
path: root/src/components/voiceinfobox.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-01-07 20:14:16 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2023-01-07 20:16:09 -0500
commit5e85d16cd61a9f28bd046d4c7921be8f6cc2b2fc (patch)
tree80b4bf62140bbc55ff12a28a0fde8706cb2d584f /src/components/voiceinfobox.hpp
parent78adcf2f5c9858d241dcf6f6e48f2f64bbc63f4e (diff)
downloadabaddon-portaudio-5e85d16cd61a9f28bd046d4c7921be8f6cc2b2fc.tar.gz
abaddon-portaudio-5e85d16cd61a9f28bd046d4c7921be8f6cc2b2fc.zip
dont disconnect on voice window close, add ability to reopen
Diffstat (limited to 'src/components/voiceinfobox.hpp')
-rw-r--r--src/components/voiceinfobox.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/voiceinfobox.hpp b/src/components/voiceinfobox.hpp
index e0bc4e8..0117c0d 100644
--- a/src/components/voiceinfobox.hpp
+++ b/src/components/voiceinfobox.hpp
@@ -11,6 +11,7 @@ public:
private:
Gtk::Box m_left;
+ Gtk::EventBox m_status_ev;
Gtk::Label m_status;
Gtk::Label m_location;