diff --git a/components/channels.cpp b/components/channels.cpp index 3734ba0..391a1a1 100644 --- a/components/channels.cpp +++ b/components/channels.cpp @@ -477,7 +477,7 @@ void ChannelList::UpdateCreateChannel(Snowflake id) { } else return; row->IsUserCollapsed = false; - if (guild_row->is_visible()) + if (!guild_row->IsUserCollapsed) row->show(); row->Parent = guild_row; guild_row->Children.insert(row);