From 738d50dd432b4270798d712656bceba677577309 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 26 Jan 2022 18:44:31 -0500 Subject: add setting to not show unread stuff --- src/settings.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.hpp') diff --git a/src/settings.hpp b/src/settings.hpp index 0d5f3a5..2f48248 100644 --- a/src/settings.hpp +++ b/src/settings.hpp @@ -26,6 +26,7 @@ public: #else bool ShowStockEmojis { true }; #endif + bool Unreads { true }; // [http] int CacheHTTPConcurrency { 20 }; -- cgit v1.2.3