diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |