From c3f98eab601a60634fe40f1f56b9444ebf2a2f4f Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Wed, 15 Dec 2021 15:59:30 -0300 Subject: [PATCH] [arch] improvement: not displaying a confirmation dialog for the custom action 'Clean cache' --- 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 ed9bbc9c..ae1dd564 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -3034,7 +3034,8 @@ class ArchManager(SoftwareManager): icon_path=get_icon_path(), requires_root=True, refresh=False, - manager=self), + manager=self, + requires_confirmation=False), 'setup_snapd': CustomSoftwareAction(i18n_label_key='arch.custom_action.setup_snapd', i18n_status_key='arch.custom_action.setup_snapd.status', manager_method='setup_snapd',