mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 22:20:09 +00:00
fix new channels showing up when they shouldnt
This commit is contained in:
parent
71bd71ccaf
commit
cfa6607fc8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user