mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
set focus on search after downloaded data
This commit is contained in:
parent
c32a230766
commit
96cac67ea6
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class GetShared(QDialog):
|
|||
return
|
||||
self.parent.finishProgress()
|
||||
self.parent.setProgressParent(None)
|
||||
self.form.search.setFocus()
|
||||
if err:
|
||||
showInfo(_("Unable to connect to server."), parent=self)
|
||||
self.close()
|
||||
|
|
|
|||
Loading…
Reference in a new issue