mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -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)
|
||||
|
||||
def doUpdate(self):
|
||||
f = UpdateMap(self.parent,
|
||||
f = UpdateMap(self,
|
||||
self.importer.fields(),
|
||||
self.model.fieldModels)
|
||||
if not getattr(f, "updateKey", None):
|
||||
|
|
Loading…
Reference in a new issue