close voice window on context menu disconnect

This commit is contained in:
ouwou
2022-10-02 02:50:48 -04:00
parent e08e3106d6
commit d8d9f1b857
2 changed files with 6 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ private:
#ifdef WITH_VOICE
std::unique_ptr<AudioManager> m_audio;
Gtk::Window *m_voice_window = nullptr;
#endif
mutable std::mutex m_mutex;