set auth dialog to window modal

This commit is contained in:
Damien Elmes 2013-01-08 10:36:04 +09:00
parent df961cc509
commit c6adf1dda8

View file

@ -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>