mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Update qt/aqt/reviewer.py
Co-authored-by: Ross Brown <rbrownwsws@googlemail.com>
This commit is contained in:
parent
1821359b4d
commit
7d5683a0b2
1 changed files with 1 additions and 1 deletions
|
|
@ -932,7 +932,7 @@ timerStopped = false;
|
|||
else ""
|
||||
)
|
||||
|
||||
if self.mw.col.conf["showColor"]:
|
||||
if not self.mw.col.conf["showColor"]:
|
||||
return """
|
||||
<td align=center><button %s title="%s" data-ease="%s" onclick='pycmd("ease%d");'>\
|
||||
%s%s</button></td>""" % (
|
||||
|
|
|
|||
Loading…
Reference in a new issue