mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
update win32 updater prompt
This commit is contained in:
parent
4c81ea9981
commit
7d838af1b9
1 changed files with 2 additions and 1 deletions
|
@ -1489,7 +1489,8 @@ Error was:\n%(f1)s\n...\n%(f2)s""") % {'f1': fmt1, 'f2': fmt2})
|
|||
|
||||
def updateStarted(self):
|
||||
self.updateProgressDialog = QProgressDialog(_(
|
||||
"Updating Anki...\n(you can keep studying)"), "", 0, 0, self)
|
||||
"Updating Anki...\n - you can keep studying"
|
||||
"\n - please don't close this")), "", 0, 0, self)
|
||||
self.updateProgressDialog.setMinimum(0)
|
||||
self.updateProgressDialog.setMaximum(100)
|
||||
self.updateProgressDialog.setCancelButton(None)
|
||||
|
|
Loading…
Reference in a new issue