summaryrefslogtreecommitdiff
path: root/src/components/channellist/channellisttree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/channellist/channellisttree.hpp')
-rw-r--r--src/components/channellist/channellisttree.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channellist/channellisttree.hpp b/src/components/channellist/channellisttree.hpp
index a138bec..7ad0d29 100644
--- a/src/components/channellist/channellisttree.hpp
+++ b/src/components/channellist/channellisttree.hpp
@@ -35,6 +35,7 @@ public:
void SetClassic(bool value);
void SetSelectedGuild(Snowflake guild_id);
+ void SetSelectedDMs();
protected:
void OnPanedPositionChanged();
@@ -193,6 +194,7 @@ protected:
bool m_classic = false;
Snowflake m_classic_selected_guild;
+ bool m_classic_selected_dms = false;
Snowflake m_active_channel;