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.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/channellist/channellisttree.hpp b/src/components/channellist/channellisttree.hpp
index 0cd76e0..bb7396e 100644
--- a/src/components/channellist/channellisttree.hpp
+++ b/src/components/channellist/channellisttree.hpp
@@ -33,6 +33,9 @@ public:
void UsePanedHack(Gtk::Paned &paned);
+ void SetClassic(bool value);
+ void SetSelectedGuild(Snowflake guild_id);
+
protected:
void OnPanedPositionChanged();
@@ -186,6 +189,9 @@ protected:
bool m_updating_listing = false;
+ bool m_classic = false;
+ Snowflake m_classic_selected_guild;
+
Snowflake m_active_channel;
public: