From 744e42892d3da3247df4e04f0d97e93e6d50799a Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 17 Jan 2021 22:50:55 -0500 Subject: cleanup --- windows/mainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'windows/mainwindow.cpp') diff --git a/windows/mainwindow.cpp b/windows/mainwindow.cpp index 32625a0..248595a 100644 --- a/windows/mainwindow.cpp +++ b/windows/mainwindow.cpp @@ -128,13 +128,12 @@ void MainWindow::UpdateComponents() { m_menu_discord_set_status.set_sensitive(discord_active); if (!discord_active) { - m_channel_list.Clear(); m_chat.Clear(); m_members.Clear(); } else { - UpdateChannelListing(); m_members.UpdateMemberList(); } + UpdateChannelListing(); } void MainWindow::UpdateMembers() { -- cgit v1.2.3