mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
[core] improvement -> new settings property 'boot.load_apps' to prevent loading apps after the startup process
This commit is contained in:
@@ -64,6 +64,9 @@ def read_config(update_file: bool = False) -> dict:
|
||||
'upgrade': None,
|
||||
'mode': 'incremental',
|
||||
'type': 'rsync'
|
||||
},
|
||||
'boot': {
|
||||
'load_apps': True
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user