diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-17 22:50:55 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-17 22:50:55 -0500 |
commit | 744e42892d3da3247df4e04f0d97e93e6d50799a (patch) | |
tree | bbdc4a58785de6fd54f237edec2c71c7523a5c4f /windows | |
parent | 3f6024ddf213b83cf0c815b68f8ad8de3f3afa44 (diff) | |
download | abaddon-portaudio-744e42892d3da3247df4e04f0d97e93e6d50799a.tar.gz abaddon-portaudio-744e42892d3da3247df4e04f0d97e93e6d50799a.zip |
cleanup
Diffstat (limited to 'windows')
-rw-r--r-- | windows/mainwindow.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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() { |