mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-30 17:15:01 +01:00
Start of auto-update notification is now not on by default.
This commit is contained in:
parent
dd96c37d4c
commit
429c0b2388
@ -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)";
|
||||
|
Loading…
x
Reference in New Issue
Block a user