Add silentlyClose method to Addons dialog

This commit is contained in:
Henrik Giesel 2021-01-03 23:57:45 +01:00
parent b27259096e
commit 5f75d5694d

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()