From 74bdf65fea919907c43c02f5c85999374601a2fb Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Wed, 15 Dec 2021 15:58:13 -0300 Subject: [PATCH] [arch] improvement: not displaying a confirmation dialog for the custom action 'Check Snaps support' --- 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 204e02ef..ed9bbc9c 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -3041,7 +3041,8 @@ class ArchManager(SoftwareManager): icon_path=get_icon_path(), requires_root=False, refresh=False, - manager=self) + manager=self, + requires_confirmation=False) } arch_config = self.configman.get_config()