summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-04-23 15:33:54 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-04-23 15:33:54 -0400
commitbfb2490938099982a2571bd07f4aab54128ce34a (patch)
tree8a5a591950b1f736858305f5111055ce8dd89f31 /src/windows/mainwindow.hpp
parentb4ab88f7086d87736848fc026bc87db651f8732e (diff)
downloadabaddon-portaudio-bfb2490938099982a2571bd07f4aab54128ce34a.tar.gz
abaddon-portaudio-bfb2490938099982a2571bd07f4aab54128ce34a.zip
dont expand channel list when changing tabs
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r--src/windows/mainwindow.hpp2
1 files changed, 1 insertions, 1 deletions
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);