mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
don't show a cancel button in the upgrade wizard
This commit is contained in:
parent
88df74ae9a
commit
4322b21c25
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ to import your decks from previous Anki versions."""))
|
|||
w.addPage(self._finishedPage())
|
||||
w.setWindowTitle("Upgrade Wizard")
|
||||
w.setWizardStyle(QWizard.ModernStyle)
|
||||
w.setOptions(QWizard.NoCancelButton)
|
||||
w.exec_()
|
||||
|
||||
def _labelPage(self, title, txt):
|
||||
|
|
Loading…
Reference in a new issue