mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
formatting
This commit is contained in:
parent
be6b8cd131
commit
c8b794e6cc
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ QTabWidget { background-color: %s; }
|
||||||
|
|
||||||
def _update_stat_colors(self):
|
def _update_stat_colors(self):
|
||||||
import anki.stats as s
|
import anki.stats as s
|
||||||
|
|
||||||
s.colLearn = self.str_color("new-count")
|
s.colLearn = self.str_color("new-count")
|
||||||
s.colRelearn = self.str_color("learn-count")
|
s.colRelearn = self.str_color("learn-count")
|
||||||
s.colCram = self.str_color("suspended-bg")
|
s.colCram = self.str_color("suspended-bg")
|
||||||
|
|
Loading…
Reference in a new issue