mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[arch] improvement: not displaying a confirmation dialog for the custom action 'Refresh mirrors'
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user