diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-01-07 20:14:16 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-01-07 20:16:09 -0500 |
commit | 5e85d16cd61a9f28bd046d4c7921be8f6cc2b2fc (patch) | |
tree | 80b4bf62140bbc55ff12a28a0fde8706cb2d584f /src/components/voiceinfobox.hpp | |
parent | 78adcf2f5c9858d241dcf6f6e48f2f64bbc63f4e (diff) | |
download | abaddon-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.hpp | 1 |
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; |