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/windows/mainwindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows/mainwindow.hpp') diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp index 0932af5..215442c 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -13,7 +13,7 @@ public: void UpdateMembers(); void UpdateChannelListing(); void UpdateChatWindowContents(); - void UpdateChatActiveChannel(Snowflake id); + void UpdateChatActiveChannel(Snowflake id, bool expand_to); Snowflake GetChatActiveChannel() const; void UpdateChatNewMessage(const Message &data); void UpdateChatMessageDeleted(Snowflake id, Snowflake channel_id); -- cgit v1.2.3