summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
authorTiramify (A.K. Daniel) <94789999+TiranexDev@users.noreply.github.com>2023-10-25 04:35:54 +0200
committerGitHub <noreply@github.com>2023-10-25 02:35:54 +0000
commit163749e607c0921e8a4f043807af57ea7c8202ea (patch)
tree248f751a0209b11e545f0118437851bd695218de /src/settings.hpp
parent9a5e820f6d781fe003b5a8111906f9a3519bad2b (diff)
downloadabaddon-portaudio-163749e607c0921e8a4f043807af57ea7c8202ea.tar.gz
abaddon-portaudio-163749e607c0921e8a4f043807af57ea7c8202ea.zip
feat: `show_deleted_indicator` (#237)
* show_deleted_messages * Update README.md --------- Co-authored-by: ouwou <26526779+ouwou@users.noreply.github.com>
Diffstat (limited to 'src/settings.hpp')
-rw-r--r--src/settings.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.hpp b/src/settings.hpp
index 7c6368f..037233b 100644
--- a/src/settings.hpp
+++ b/src/settings.hpp
@@ -30,6 +30,7 @@ public:
bool Unreads { true };
bool AltMenu { false };
bool HideToTray { false };
+ bool ShowDeletedIndicator { true };
double FontScale { -1.0 };
// [http]