mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 10:54:16 +02:00
[appimage] improvement: not displaying a confirmation dialog for the custom action 'Install AppImage file'
This commit is contained in:
@@ -857,7 +857,8 @@ class AppImageManager(SoftwareManager):
|
||||
manager=self,
|
||||
manager_method='install_file',
|
||||
icon_path=resource.get_path('img/appimage.svg', ROOT_DIR),
|
||||
requires_root=False),
|
||||
requires_root=False,
|
||||
requires_confirmation=False),
|
||||
CustomSoftwareAction(i18n_label_key='appimage.custom_action.update_db',
|
||||
i18n_status_key='appimage.custom_action.update_db.status',
|
||||
manager=self,
|
||||
|
||||
Reference in New Issue
Block a user