From 5e85d16cd61a9f28bd046d4c7921be8f6cc2b2fc Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 7 Jan 2023 20:14:16 -0500 Subject: dont disconnect on voice window close, add ability to reopen --- src/components/voiceinfobox.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/voiceinfobox.hpp') 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; -- cgit v1.2.3