[web] improvement: not displaying a confirmation dialog for the custom action 'Install Web Application'

This commit is contained in:
Vinicius Moreira
2021-12-15 15:56:29 -03:00
parent 9f13b0efd5
commit 15531450fd

View File

@@ -1164,7 +1164,8 @@ class WebApplicationManager(SoftwareManager):
manager_method='install_app',
icon_path=resource.get_path('img/web.svg', ROOT_DIR),
requires_root=False,
refresh=True),
refresh=True,
requires_confirmation=False),
CustomSoftwareAction(i18n_label_key='web.custom_action.clean_env',
i18n_status_key='web.custom_action.clean_env.status',
manager=self,