mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 05:14:16 +02:00
[arch] improvement: not displaying a confirmation dialog for the custom action 'Check Snaps support'
This commit is contained in:
@@ -3041,7 +3041,8 @@ class ArchManager(SoftwareManager):
|
|||||||
icon_path=get_icon_path(),
|
icon_path=get_icon_path(),
|
||||||
requires_root=False,
|
requires_root=False,
|
||||||
refresh=False,
|
refresh=False,
|
||||||
manager=self)
|
manager=self,
|
||||||
|
requires_confirmation=False)
|
||||||
}
|
}
|
||||||
|
|
||||||
arch_config = self.configman.get_config()
|
arch_config = self.configman.get_config()
|
||||||
|
|||||||
Reference in New Issue
Block a user