mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Merge pull request #890 from hgiesel/addonclose
Add closeWithCallback method to Addons dialog
This commit is contained in:
commit
83136d2491
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue