Add silentlyClose method to Addons dialog
This commit is contained in:
parent
b27259096e
commit
5f75d5694d
@ -735,6 +735,8 @@ class AddonsDialog(QDialog):
|
|||||||
|
|
||||||
return QDialog.reject(self)
|
return QDialog.reject(self)
|
||||||
|
|
||||||
|
silentlyClose = True
|
||||||
|
|
||||||
def name_for_addon_list(self, addon: AddonMeta) -> str:
|
def name_for_addon_list(self, addon: AddonMeta) -> str:
|
||||||
name = addon.human_name()
|
name = addon.human_name()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user