From fbf3e2ae9b0ae655e932b165c2964000b4d07cbe Mon Sep 17 00:00:00 2001 From: Frank van der Heijden Date: Tue, 30 Jun 2020 21:29:52 +0200 Subject: [PATCH] Disable update check on login by default --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0026958..e502d26 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,6 +1,6 @@ settings: disable-plugins-command: false check-updates: true - check-updates-login: true + check-updates-login: false download-updates: false download-at-startup-and-update: false \ No newline at end of file