From be2bf7bd65c1f5fc2c7396cc1567853e5e884335 Mon Sep 17 00:00:00 2001 From: Simon-Martens Date: Thu, 25 Jan 2024 12:22:07 +0100 Subject: [PATCH] Disable commit notifications + automatiic reload --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index e23e6ad..914230a 100644 --- a/settings.json +++ b/settings.json @@ -9,7 +9,7 @@ "AdminService": true, "LocalPublishService": false, "SyntaxCheck": false, - "Notifications": true + "Notifications": false }, "FileSizeLimit": 52428800, "AvailableStartYear": 1700,