mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
allow add cards window to be separately minimized
This commit is contained in:
parent
330dc11619
commit
5cc6ebd120
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import aqt.editor, aqt.modelchooser
|
|||
class AddCards(QDialog):
|
||||
|
||||
def __init__(self, mw):
|
||||
QDialog.__init__(self, mw)
|
||||
QDialog.__init__(self, mw, Qt.Window)
|
||||
self.mw = mw
|
||||
self.form = aqt.forms.addcards.Ui_Dialog()
|
||||
self.form.setupUi(self)
|
||||
|
|
Loading…
Reference in a new issue