mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -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<br>
|
||||||
%s</div></div></center>
|
%s</div></div></center>
|
||||||
""" % (i, b), css=self.sharedCSS)
|
""" % (i, b), css=self.sharedCSS)
|
||||||
|
self.bottomWeb.hide()
|
||||||
|
|
||||||
# HTML helpers
|
# HTML helpers
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
|
@ -129,6 +129,7 @@ function _typeAnsPress() {
|
||||||
bodyClass="card", loadCB=lambda x: self._showQuestion(),
|
bodyClass="card", loadCB=lambda x: self._showQuestion(),
|
||||||
head=base)
|
head=base)
|
||||||
# show answer / ease buttons
|
# show answer / ease buttons
|
||||||
|
self.bottom.web.show()
|
||||||
self.bottom.web.stdHtml(
|
self.bottom.web.stdHtml(
|
||||||
self._bottomHTML(),
|
self._bottomHTML(),
|
||||||
self.bottom._css + self._bottomCSS,
|
self.bottom._css + self._bottomCSS,
|
||||||
|
|
Loading…
Reference in a new issue