mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Revert "use a toggle to show study screen change"
This reverts commit 3b9435b192
.
This commit is contained in:
parent
3b9435b192
commit
3ef4b19b0e
2 changed files with 0 additions and 5 deletions
|
@ -1094,7 +1094,6 @@ day = :d""", d=yesterday)
|
|||
|
||||
def showStudyScreen(self):
|
||||
initial = self.deck.sessionStartTime == 0
|
||||
self.mainWin.actionStudyOptions.setChecked(True)
|
||||
self.mainWin.optionsButton.setChecked(self.config['showStudyOptions'])
|
||||
self.mainWin.optionsBox.setShown(self.config['showStudyOptions'])
|
||||
self.switchToStudyScreen()
|
||||
|
@ -1148,7 +1147,6 @@ day = :d""", d=yesterday)
|
|||
self.deck.setFailedCardPolicy(self.mainWin.failedCardsOption.currentIndex())
|
||||
self.deck.startSession()
|
||||
self.deck.flushMod()
|
||||
self.mainWin.actionStudyOptions.setChecked(False)
|
||||
self.moveToState("getQuestion")
|
||||
|
||||
def onStudyOptions(self):
|
||||
|
|
|
@ -1901,9 +1901,6 @@
|
|||
</property>
|
||||
</action>
|
||||
<action name="actionStudyOptions" >
|
||||
<property name="checkable" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="../icons.qrc" >
|
||||
<normaloff>:/icons/chronometer.png</normaloff>:/icons/chronometer.png</iconset>
|
||||
|
|
Loading…
Reference in a new issue