Do not notify about "Sync complete" by default

Issue described in
https://forum.syncthing.net/t/proper-way-for-sync-complete-notification-and-actual-idle-detection
should be fixed first.
This commit is contained in:
Martchus 2018-02-20 20:40:18 +01:00
parent 620426fc2e
commit 907f004a84
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ struct SYNCTHINGWIDGETS_EXPORT Connection {
struct SYNCTHINGWIDGETS_EXPORT NotifyOn {
bool disconnect = true;
bool internalErrors = true;
bool syncComplete = true;
bool syncComplete = false;
bool syncthingErrors = true;
};