mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
open the changes page during upgrade
This commit is contained in:
parent
7ca5a23e7c
commit
ff967298ca
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
import os, cPickle, ctypes, shutil
|
||||
from aqt.qt import *
|
||||
from anki.utils import isMac, isWin
|
||||
from aqt.utils import openHelp
|
||||
from anki import Collection
|
||||
from anki.importing import Anki1Importer
|
||||
from anki.db import DB
|
||||
|
@ -132,6 +133,7 @@ carefully, as a lot has changed since the previous Anki version."""))
|
|||
def isComplete(self):
|
||||
return False
|
||||
def initializePage(self):
|
||||
openHelp("changes")
|
||||
self.setCommitPage(True)
|
||||
self.setTitle(_("Upgrading"))
|
||||
self.label = l = QLabel()
|
||||
|
|
Loading…
Reference in a new issue