mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
fix new channels showing up when they shouldnt
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user