mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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
|
import os, cPickle, ctypes, shutil
|
||||||
from aqt.qt import *
|
from aqt.qt import *
|
||||||
from anki.utils import isMac, isWin
|
from anki.utils import isMac, isWin
|
||||||
|
from aqt.utils import openHelp
|
||||||
from anki import Collection
|
from anki import Collection
|
||||||
from anki.importing import Anki1Importer
|
from anki.importing import Anki1Importer
|
||||||
from anki.db import DB
|
from anki.db import DB
|
||||||
|
@ -132,6 +133,7 @@ carefully, as a lot has changed since the previous Anki version."""))
|
||||||
def isComplete(self):
|
def isComplete(self):
|
||||||
return False
|
return False
|
||||||
def initializePage(self):
|
def initializePage(self):
|
||||||
|
openHelp("changes")
|
||||||
self.setCommitPage(True)
|
self.setCommitPage(True)
|
||||||
self.setTitle(_("Upgrading"))
|
self.setTitle(_("Upgrading"))
|
||||||
self.label = l = QLabel()
|
self.label = l = QLabel()
|
||||||
|
|
Loading…
Reference in a new issue