[core] improvement -> new settings property 'boot.load_apps' to prevent loading apps after the startup process

This commit is contained in:
Vinicius Moreira
2020-12-24 11:42:40 -03:00
parent c978c499dd
commit cdcb2bac0b
16 changed files with 71 additions and 14 deletions

View File

@@ -71,7 +71,8 @@ def new_manage_panel(app_args: Namespace, app_config: dict, logger: logging.Logg
context=context,
manager=manager,
i18n=i18n,
manage_window=manage_window)
manage_window=manage_window,
app_config=app_config)
cache_cleaner.start()
return app, prepare