From e08e3106d68da08c58f3a5bde968d4367bef78df Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 1 Oct 2022 17:46:10 -0400 Subject: rudimentary dm voice call support --- src/components/channels.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/channels.hpp') diff --git a/src/components/channels.hpp b/src/components/channels.hpp index 2d2b257..d1986a0 100644 --- a/src/components/channels.hpp +++ b/src/components/channels.hpp @@ -135,6 +135,10 @@ protected: Gtk::MenuItem m_menu_dm_copy_id; Gtk::MenuItem m_menu_dm_close; Gtk::MenuItem m_menu_dm_toggle_mute; +#ifdef WITH_VOICE + Gtk::MenuItem m_menu_dm_join_voice; + Gtk::MenuItem m_menu_dm_disconnect_voice; +#endif #ifdef WITH_LIBHANDY Gtk::MenuItem m_menu_dm_open_tab; -- cgit v1.2.3