Bouni / kicad-jlcpcb-tools

Plugin to generate BOM + CPL files for JLCPCB, assigning LCSC part numbers directly from the plugin, query the JLCPCB parts database, lookup datasheets and much more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Light icons in Dark mode

Bouni opened this issue · comments

commented

Some OS support dark mode, Windows 11 seems to do not 🫤

So I had to revert #353

@serpent213 Would you mind submitting a new PR and check if using .IsUsingDarkBackground() instead of .IsDark() is working for you as well?

For me it works ob Windows 11

.IsDark() returns True and .IsUsingDarkBackground() returns False

grafik

.IsDark() returns True and .IsUsingDarkBackground() returns False

Software development is fun, isn't it? 😉

.IsUsingDarkBackground() works for me. Opened #359.

commented

Software development is fun, isn't it? 😉

Especially software that involves wx 😅