mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
hide the options box before showing the main window, to keep it small
This commit is contained in:
parent
65cdd8a7da
commit
168a4d21d8
1 changed files with 1 additions and 0 deletions
|
@ -950,6 +950,7 @@ To upgrade an old deck, download Anki 0.9.8.7."""))
|
|||
SIGNAL("clicked()"),
|
||||
lambda: QDesktopServices.openUrl(QUrl(
|
||||
ankiqt.appWiki + "StudyOptions")))
|
||||
self.mainWin.optionsBox.setShown(False)
|
||||
|
||||
def showStudyScreen(self):
|
||||
self.mainWin.optionsButton.setChecked(self.config['showStudyOptions'])
|
||||
|
|
Loading…
Reference in a new issue