add opt-in hide to system tray icon (#99)

This commit is contained in:
KnightMurloc
2022-09-09 12:03:55 +07:00
committed by GitHub
parent 348c1cb965
commit a78fdd386f
6 changed files with 43 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ public:
#endif
bool Unreads { true };
bool HideToTray { false };
// [http]
int CacheHTTPConcurrency { 20 };
std::string UserAgent { "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36" };