diff options
Diffstat (limited to 'src/components/channellist')
-rw-r--r-- | src/components/channellist/channellisttree.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/channellist/channellisttree.cpp b/src/components/channellist/channellisttree.cpp index e5f31fa..e824933 100644 --- a/src/components/channellist/channellisttree.cpp +++ b/src/components/channellist/channellisttree.cpp @@ -1485,9 +1485,10 @@ void ChannelListTree::OnVoiceStageSubmenuPopup() { m_menu_voice_stage_join.set_sensitive(true); m_menu_voice_stage_disconnect.set_sensitive(false); } -#endif +#else m_menu_voice_stage_join.set_sensitive(false); m_menu_voice_stage_disconnect.set_sensitive(false); +#endif } void ChannelListTree::OnDMSubmenuPopup() { |