mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
hide the bottom bar when 'close to resume' is shown
This commit is contained in:
parent
088717e760
commit
4948687f05
2 changed files with 2 additions and 0 deletions
|
@ -361,6 +361,7 @@ Are you sure?"""):
|
|||
%s<br>
|
||||
%s</div></div></center>
|
||||
""" % (i, b), css=self.sharedCSS)
|
||||
self.bottomWeb.hide()
|
||||
|
||||
# HTML helpers
|
||||
##########################################################################
|
||||
|
|
|
@ -129,6 +129,7 @@ function _typeAnsPress() {
|
|||
bodyClass="card", loadCB=lambda x: self._showQuestion(),
|
||||
head=base)
|
||||
# show answer / ease buttons
|
||||
self.bottom.web.show()
|
||||
self.bottom.web.stdHtml(
|
||||
self._bottomHTML(),
|
||||
self.bottom._css + self._bottomCSS,
|
||||
|
|
Loading…
Reference in a new issue