From d7bee05ee92bf14c1344d336cfa5398815e8ccc9 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:37:16 -0500 Subject: add settings for channel list scrollbar policies --- src/settings.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings.hpp') diff --git a/src/settings.hpp b/src/settings.hpp index df723fc..d29c623 100644 --- a/src/settings.hpp +++ b/src/settings.hpp @@ -44,6 +44,8 @@ public: std::string MentionBadgeColor; std::string MentionBadgeTextColor; std::string UnreadIndicatorColor; + std::string ClassicGuildScrollPolicy; + std::string ClassicChannelScrollPolicy; // [notifications] bool NotificationsEnabled; -- cgit v1.2.3