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

Windows 11 dark mode title does not show in correct color #3395

Open
ann0see opened this issue Oct 2, 2024 · 0 comments
Open

Windows 11 dark mode title does not show in correct color #3395

ann0see opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ann0see
Copy link
Member

ann0see commented Oct 2, 2024

Describe the bug

After we updated Qt in #3262 Windows now supports a dark mode. However, the server title does not show up in the correct color:

if ( palette().color ( QPalette::Window ) == QColor::fromRgbF ( 0.196078, 0.196078, 0.196078, 1 ) )
needs to be adapted most likely.

To Reproduce

Download latest build from main.
Install on Windows 11 with dark mode enabled
Connect to server, see title in wrong color.
Disconnect from server

Expected behavior

The server title should have a visible color.

Screenshots

dark mode win11 issue

Operating system

Windows 11

Version of Jamulus

jamulus_3.11.0dev-0e9a425 from https://github.com/ann0see/jamulus/actions/runs/11150598783?pr=160
Additional context

/

@ann0see ann0see added the bug Something isn't working label Oct 2, 2024
@ann0see ann0see added this to the Release 3.12.0 milestone Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Triage
Development

No branches or pull requests

1 participant