mark channel being switched off as read when switching

This commit is contained in:
ouwou
2021-12-20 02:13:18 -05:00
parent b75599e55d
commit 9fd0d404a1
2 changed files with 8 additions and 0 deletions

View File

@@ -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;