Merge pull request #890 from hgiesel/addonclose

Add closeWithCallback method to Addons dialog
This commit is contained in:
Damien Elmes 2021-01-04 21:16:01 +10:00 committed by GitHub
commit 83136d2491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -735,6 +735,8 @@ class AddonsDialog(QDialog):
return QDialog.reject(self)
silentlyClose = True
def name_for_addon_list(self, addon: AddonMeta) -> str:
name = addon.human_name()