Start of auto-update notification is now not on by default.

This commit is contained in:
Martin Rotter 2021-02-05 14:30:03 +01:00
parent dd96c37d4c
commit 429c0b2388
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ DKEY Feeds::UpdateTimeout = "feed_update_timeout";
DVALUE(int) Feeds::UpdateTimeoutDef = DOWNLOAD_TIMEOUT;
DKEY Feeds::EnableAutoUpdateNotification = "enable_auto_update_notification";
DVALUE(bool) Feeds::EnableAutoUpdateNotificationDef = true;
DVALUE(bool) Feeds::EnableAutoUpdateNotificationDef = false;
DKEY Feeds::CountFormat = "count_format";
DVALUE(char*) Feeds::CountFormatDef = "(%unread)";