mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Monkeytype qt/aqt/theme.py
This commit is contained in:
parent
f8c22499cb
commit
96ca469d12
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ QTabWidget { background-color: %s; }
|
|||
|
||||
app.setPalette(palette)
|
||||
|
||||
def _update_stat_colors(self):
|
||||
def _update_stat_colors(self) -> None:
|
||||
import anki.stats as s
|
||||
|
||||
s.colLearn = self.str_color("new-count")
|
||||
|
|
Loading…
Reference in a new issue