You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Not to mention it has the funny side effect of still being called light mode
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
The text was updated successfully, but these errors were encountered:
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
orLight
theme (aka jsut native QT theme) having black iconsThis not only looks ugly but it also might cuase certain people with accesibilty issues to get confused
Not to mention it has the funny side effect of still being called light mode
My suggestion would be to add code that can check the systems theme and switch between the icons of
qDarkstyle
anddefault
accoridnglyAnd for the light mode string to be renamed to
System
orNative
The text was updated successfully, but these errors were encountered: