mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
make sure update dialog appears over import diag
This commit is contained in:
parent
5c89a0cc60
commit
e91c633ab9
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ you can enter it here. Use \\t to represent tab."""),
|
||||||
self.dialog.autoDetect.setText(txt)
|
self.dialog.autoDetect.setText(txt)
|
||||||
|
|
||||||
def doUpdate(self):
|
def doUpdate(self):
|
||||||
f = UpdateMap(self.parent,
|
f = UpdateMap(self,
|
||||||
self.importer.fields(),
|
self.importer.fields(),
|
||||||
self.model.fieldModels)
|
self.model.fieldModels)
|
||||||
if not getattr(f, "updateKey", None):
|
if not getattr(f, "updateKey", None):
|
||||||
|
|
Loading…
Reference in a new issue