hide voice info box on startup

This commit is contained in:
ouwou
2023-05-23 01:09:05 -04:00
parent 62f3cf373d
commit a204388c5c

View File

@@ -51,10 +51,6 @@ MainWindow::MainWindow()
m_content_stack.set_visible_child("chat");
m_content_stack.show();
#ifdef WITH_VOICE
m_voice_info.show();
#endif
m_left_pane.add(m_channel_list);
#ifdef WITH_VOICE
m_left_pane.add(m_voice_info);