From 6fc3624e3bfc1ae2f30a922c3a86533e50e99def Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 28 Oct 2023 22:51:47 -0400 Subject: dont create folders in tree in classic, tmp remove expansion --- src/components/channellist/channellisttree.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/channellist/channellisttree.hpp') diff --git a/src/components/channellist/channellisttree.hpp b/src/components/channellist/channellisttree.hpp index bb7396e..a138bec 100644 --- a/src/components/channellist/channellisttree.hpp +++ b/src/components/channellist/channellisttree.hpp @@ -39,6 +39,8 @@ public: protected: void OnPanedPositionChanged(); + void UpdateListingClassic(); + void UpdateNewGuild(const GuildData &guild); void UpdateRemoveGuild(Snowflake id); void UpdateRemoveChannel(Snowflake id); -- cgit v1.2.3