Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lime3ds_qt doesn't change icons on native QT6 system light/dark mode theme #520

Open
kleidis opened this issue Oct 23, 2024 · 0 comments
Open

Comments

@kleidis
Copy link
Contributor

kleidis commented Oct 23, 2024

Issue

Since QT 6.5 (i think) QT has been able to detect windows 11 system light/dark mode +the accent color and change the colros of the native theme according to the system preference

However the emulator never got updated for this change resulting in the default or Light theme (aka jsut native QT theme) having black icons

This not only looks ugly but it also might cuase certain people with accesibilty issues to get confused

image

Not to mention it has the funny side effect of still being called light mode

image

My suggestion would be to add code that can check the systems theme and switch between the icons of qDarkstyle and default accoridngly
And for the light mode string to be renamed to System or Native

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant