Allow to globally disable update checking/connection with Github

This commit is contained in:
Jan Böhmer 2023-08-04 23:55:41 +02:00
parent 1fb334b0ca
commit 97ccb0cb21
4 changed files with 23 additions and 2 deletions

View file

@ -315,6 +315,10 @@ services:
arguments:
$project_dir: '%kernel.project_dir%'
App\Services\System\UpdateAvailableManager:
arguments:
$check_for_updates: '%partdb.check_for_updates%'
####################################################################################################################
# Monolog
####################################################################################################################