summaryrefslogtreecommitdiff
path: root/src/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-12-20 02:13:18 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-12-20 02:13:18 -0500
commit9fd0d404a128923c29c7cb4b990ca88cc719e5d6 (patch)
treeceff1813502491b52b537ff9c7d177041f2a200b /src/components/channels.hpp
parentb75599e55d029209ce7b55d581b93911e00b41d5 (diff)
downloadabaddon-portaudio-9fd0d404a128923c29c7cb4b990ca88cc719e5d6.tar.gz
abaddon-portaudio-9fd0d404a128923c29c7cb4b990ca88cc719e5d6.zip
mark channel being switched off as read when switching
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r--src/components/channels.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp
index bc7dfc2..dd861b7 100644
--- a/src/components/channels.hpp
+++ b/src/components/channels.hpp
@@ -132,6 +132,8 @@ protected:
bool m_updating_listing = false;
+ Snowflake m_active_channel;
+
public:
typedef sigc::signal<void, Snowflake> type_signal_action_channel_item_select;
typedef sigc::signal<void, Snowflake> type_signal_action_guild_leave;