From c4710dc704a8c6cc40a657a4eddc87e2e407d476 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 24 Mar 2019 21:44:04 -0500 Subject: [PATCH] Syncthing-GTK: Reconfigure notifications --- .config/syncthing-gtk/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/syncthing-gtk/config.json b/.config/syncthing-gtk/config.json index 4669549b..534d1a79 100644 --- a/.config/syncthing-gtk/config.json +++ b/.config/syncthing-gtk/config.json @@ -14,8 +14,8 @@ "max_cpus": 0, "minimize_on_start": true, "notification_for_error": true, - "notification_for_folder": false, - "notification_for_update": true, + "notification_for_folder": true, + "notification_for_update": false, "st_autoupdate": false, "syncthing_arguments": "--no-browser", "syncthing_binary": "/usr/bin/syncthing",