From bfb2490938099982a2571bd07f4aab54128ce34a Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 23 Apr 2022 15:33:54 -0400 Subject: dont expand channel list when changing tabs --- src/components/channels.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/channels.hpp') diff --git a/src/components/channels.hpp b/src/components/channels.hpp index 63d5a6d..53a68c9 100644 --- a/src/components/channels.hpp +++ b/src/components/channels.hpp @@ -19,7 +19,7 @@ public: ChannelList(); void UpdateListing(); - void SetActiveChannel(Snowflake id); + void SetActiveChannel(Snowflake id, bool expand_to); // channel list should be populated when this is called void UseExpansionState(const ExpansionStateRoot &state); -- cgit v1.2.3