mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[web] improvement: not displaying a confirmation dialog for the custom action 'Install Web Application'
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user