summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/channellist/classic/guildlistfolderitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/channellist/classic/guildlistfolderitem.cpp b/src/components/channellist/classic/guildlistfolderitem.cpp
index acf1a2c..b6e49f1 100644
--- a/src/components/channellist/classic/guildlistfolderitem.cpp
+++ b/src/components/channellist/classic/guildlistfolderitem.cpp
@@ -42,7 +42,7 @@ GuildListFolderItem::GuildListFolderItem(const UserSettingsGuildFoldersEntry &fo
get_style_context()->add_class("classic-guild-folder");
m_revealer.add(m_box);
- m_revealer.set_reveal_child(true);
+ m_revealer.set_reveal_child(false);
m_image.property_pixbuf() = Abaddon::Get().GetImageManager().GetPlaceholder(48);