add setting to not show unread stuff

This commit is contained in:
ouwou
2022-01-26 18:44:31 -05:00
parent 7d49f934bc
commit 738d50dd43
3 changed files with 9 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ public:
#else
bool ShowStockEmojis { true };
#endif
bool Unreads { true };
// [http]
int CacheHTTPConcurrency { 20 };