From a6285a64e20715d0a14a61e7a8203ef3ecee1901 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Thu, 27 Jan 2022 18:00:36 +0100 Subject: [PATCH] [fixes #825] Enable default update checking I feel like this is a better choice, because otherwise user's may never know about new updates --- core/resources/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/resources/build.properties b/core/resources/build.properties index d06a1629f..98a12aa25 100644 --- a/core/resources/build.properties +++ b/core/resources/build.properties @@ -15,4 +15,4 @@ build.source=default # Whether checking for updates is enabled by default. -build.checkupdates=false +build.checkupdates=true