mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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)
|
app.setPalette(palette)
|
||||||
|
|
||||||
def _update_stat_colors(self):
|
def _update_stat_colors(self) -> None:
|
||||||
import anki.stats as s
|
import anki.stats as s
|
||||||
|
|
||||||
s.colLearn = self.str_color("new-count")
|
s.colLearn = self.str_color("new-count")
|
||||||
|
|
Loading…
Reference in a new issue