From f5f360f1de913d21806f359e058802acb9969033 Mon Sep 17 00:00:00 2001 From: Simon-Martens Date: Thu, 25 Jan 2024 12:05:55 +0100 Subject: [PATCH] Turn off notifications + 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,