summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-03-08 19:36:52 -0500
committerGitHub <noreply@github.com>2024-03-08 19:36:52 -0500
commit43f87ae38153e46a1d81431e47e7d45486a505de (patch)
treeb0f588b12536cc9e6ea738a45ae5cbacfed818f2 /src/settings.hpp
parent91e89c06958f1e058de445f9b53205e7eb341d3a (diff)
parentff76ec5f866b5dc77bb635f2d62bec861794fb63 (diff)
downloadabaddon-portaudio-43f87ae38153e46a1d81431e47e7d45486a505de.tar.gz
abaddon-portaudio-43f87ae38153e46a1d81431e47e7d45486a505de.zip
Merge pull request #242 from uowuo/classic-channels
Discord-style channel/server listing
Diffstat (limited to 'src/settings.hpp')
-rw-r--r--src/settings.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.hpp b/src/settings.hpp
index 72b2682..5805452 100644
--- a/src/settings.hpp
+++ b/src/settings.hpp
@@ -28,8 +28,11 @@ public:
bool HideToTray;
bool ShowDeletedIndicator;
double FontScale;
+ bool FolderIconOnly;
+ bool ClassicChangeGuildOnOpen;
int ImageEmbedClampWidth;
int ImageEmbedClampHeight;
+ bool ClassicChannels;
// [http]
int CacheHTTPConcurrency;