summaryrefslogtreecommitdiff
path: root/src/components/channels.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/components/channels.hpp
parentb4ab88f7086d87736848fc026bc87db651f8732e (diff)
downloadabaddon-portaudio-bfb2490938099982a2571bd07f4aab54128ce34a.tar.gz
abaddon-portaudio-bfb2490938099982a2571bd07f4aab54128ce34a.zip
dont expand channel list when changing tabs
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r--src/components/channels.hpp2
1 files changed, 1 insertions, 1 deletions
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);