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
Dark mode is missing/messing with UI elements on systems that do have it.
The cause of that mainly seems to be the custom QTStyles (if you get rid of them it actually changes the application palette)
So my suggestion would be to maybe revisit those styles some time and maybe see if it's possible to remove all the hard coded colors.
Justification
To properly display the application on the users theme choice
Workarounds
Are there any workarounds you currently have in place because the feature is missing?
Some parts of Moolticute are almost unusable when Dark Mode is on in OS X.
For example, try to spot files in Quick File Access widget on screenshot above.
This is not MacOS specific, I guess, the credentials management is practically unusable in KDE with Breeze theme (very popular and mature theme) - white/black text on almost white/black background is painfull experience - please either honor the theme settings or fully override them.
Update: Also device settings tab has this issue, I just have not realized untill now there is actually text near the input boxes.
Missing feature
Dark mode is missing/messing with UI elements on systems that do have it.
The cause of that mainly seems to be the custom QTStyles (if you get rid of them it actually changes the application palette)
So my suggestion would be to maybe revisit those styles some time and maybe see if it's possible to remove all the hard coded colors.
Justification
To properly display the application on the users theme choice
Workarounds
Are there any workarounds you currently have in place because the feature is missing?
Adding
to the plist on OSX forces light mode (like I attempted to do in my PR) but aparently QT makes its own Plist file so that just gets ignored :)
The text was updated successfully, but these errors were encountered: