mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
make the add cards window non-modal
This commit is contained in:
parent
24c36e5bdb
commit
a1dcca2cf8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class AddCards(QDialog):
|
|||
addHook('reset', self.onReset)
|
||||
addHook('currentModelChanged', self.onReset)
|
||||
self.mw.requireReset(modal=True)
|
||||
self.open()
|
||||
self.show()
|
||||
self.setupNewNote()
|
||||
|
||||
def setupEditor(self):
|
||||
|
|
Loading…
Reference in a new issue