mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Apply styles to all platforms
mainly so people like @hgiesel can easily test the widget style overrides, but maybe you actually prefer them over the native ones, who knows :)
This commit is contained in:
parent
123e2377de
commit
4e8c7e819f
1 changed files with 11 additions and 13 deletions
|
@ -198,8 +198,6 @@ class ThemeManager:
|
||||||
)
|
)
|
||||||
|
|
||||||
buf = ""
|
buf = ""
|
||||||
|
|
||||||
if not is_mac:
|
|
||||||
buf += "".join(
|
buf += "".join(
|
||||||
[
|
[
|
||||||
general_styles(self, buf),
|
general_styles(self, buf),
|
||||||
|
|
Loading…
Reference in a new issue