Merge pull request #890 from hgiesel/addonclose
Add closeWithCallback method to Addons dialog
This commit is contained in:
commit
83136d2491
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user