Add advanced setting to disable docker mount check

This commit is contained in:
JonnyWong16 2021-10-09 16:42:35 -07:00
parent f4073c30ac
commit a49175b3b1
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 4 additions and 3 deletions

View file

@ -87,6 +87,7 @@ _CONFIG_DEFINITIONS = {
'CACHE_DIR': (str, 'General', ''),
'CACHE_IMAGES': (int, 'General', 1),
'CACHE_SIZEMB': (int, 'Advanced', 32),
'CHECK_DOCKER_MOUNT': (int, 'Advanced', 1),
'CHECK_GITHUB': (int, 'General', 1),
'CHECK_GITHUB_INTERVAL': (int, 'General', 360),
'CHECK_GITHUB_ON_STARTUP': (int, 'General', 1),