From e246008cb216376891118ab5d76f0d191fec649d Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Fri, 17 Dec 2021 13:37:25 -0300 Subject: [PATCH] [appimage] improvement: do not request confirmation for manual update of imported files --- bauh/gems/appimage/controller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bauh/gems/appimage/controller.py b/bauh/gems/appimage/controller.py index fc7b5c75..3cef194d 100644 --- a/bauh/gems/appimage/controller.py +++ b/bauh/gems/appimage/controller.py @@ -83,7 +83,8 @@ class AppImageManager(SoftwareManager): i18n_status_key='appimage.custom_action.manual_update.status', manager_method='update_file', requires_root=False, - icon_path=resource.get_path('img/upgrade.svg', ROOT_DIR))] + icon_path=resource.get_path('img/upgrade.svg', ROOT_DIR), + requires_confirmation=False)] def install_file(self, root_password: str, watcher: ProcessWatcher) -> bool: file_chooser = FileChooserComponent(label=self.i18n['file'].capitalize(),