mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix about
This commit is contained in:
parent
c7cfbd1d35
commit
863356badb
2 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,6 @@ please get in touch.")
|
|||
abouttext += '<p>' + _("A big thanks to all the people who have provided \
|
||||
suggestions, bug reports and donations.")
|
||||
abt.label.setText(abouttext)
|
||||
dialog.show()
|
||||
dialog.adjustSize()
|
||||
dialog.show()
|
||||
dialog.exec_()
|
||||
|
|
|
@ -719,6 +719,7 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
|
|||
aqt.preferences.Preferences(self)
|
||||
|
||||
def onAbout(self):
|
||||
import aqt.about
|
||||
aqt.about.show(self)
|
||||
|
||||
def onDonate(self):
|
||||
|
|
Loading…
Reference in a new issue