From 4d1757dbf982dc09a04b0137db7358d8fc6655e4 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Wed, 15 Dec 2021 16:00:33 -0300 Subject: [PATCH] [arch] improvement: not displaying a confirmation dialog for the custom action 'Refresh mirrors' --- bauh/gems/arch/controller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bauh/gems/arch/controller.py b/bauh/gems/arch/controller.py index ae1dd564..635ce949 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -3027,7 +3027,8 @@ class ArchManager(SoftwareManager): manager_method='refresh_mirrors', icon_path=get_icon_path(), requires_root=True, - manager=self), + manager=self, + requires_confirmation=False), 'clean_cache': CustomSoftwareAction(i18n_label_key='arch.custom_action.clean_cache', i18n_status_key='arch.custom_action.clean_cache.status', manager_method='clean_cache',