diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-08 20:53:59 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-08 20:53:59 -0500 |
commit | 1e6d16f44a07da92c35b19dadf6385c2868ab295 (patch) | |
tree | 94db694240a9baf04b7fdfdb819c13a175c8a32e /src/components/channellist/channellisttree.hpp | |
parent | 9131158cbbf5800dd103d5b5fbfff96384352c77 (diff) | |
download | abaddon-portaudio-1e6d16f44a07da92c35b19dadf6385c2868ab295.tar.gz abaddon-portaudio-1e6d16f44a07da92c35b19dadf6385c2868ab295.zip |
hide dm header unless selected in classic channel list
Diffstat (limited to 'src/components/channellist/channellisttree.hpp')
-rw-r--r-- | src/components/channellist/channellisttree.hpp | 2 |
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; |