mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
set auth dialog to window modal
This commit is contained in:
parent
df961cc509
commit
c6adf1dda8
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ AnkiWeb is too busy at the moment. Please try again in a few minutes.""")
|
|||
def _getUserPass(self):
|
||||
d = QDialog(self.mw)
|
||||
d.setWindowTitle("Anki")
|
||||
d.setWindowModality(Qt.WindowModal)
|
||||
vbox = QVBoxLayout()
|
||||
l = QLabel(_("""\
|
||||
<h1>Account Required</h1>
|
||||
|
|
Loading…
Reference in a new issue