-
Notifications
You must be signed in to change notification settings - Fork 224
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
Display server title correctly in dark mode #3008
Conversation
@@ -1358,7 +1358,6 @@ void CClientDlg::SetGUIDesign ( const EGUIDesign eNewDesign ) | |||
" image: url(:/png/fader/res/ledbuttonpressed.png); }" | |||
"QCheckBox { color: rgb(220, 220, 220);" | |||
" font: bold; }" ); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated delete of blank line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
@gilgongo as it’s UI related, can you confirm that it’s ok? Darkmode in general seems to work ok. There might be some contrast issues I didn’t find yet. The server GUI might need some minor contrast adjustments for the Registered/Not registered messages. |
@gilgongo could you please review this PR? |
@gilgongo Do your thumbs up mean that this PR is ok to go in? If yes, please approve and merge. |
Sorry - I wasn't sure if I was setting up dark mode correctly (I'm using Ubuntu 22.10) but it seemed OK to me. |
Ah ok. For me everything was fine under GNOME. So I believe it's ok. But I'm using Debian 12. |
Short description of changes
Fixes the color of the Server name in dark mode on Linux (Gnome, Qt6, Debian 12). This should also work on macOS. Edit: it does.
Without fix:
With fix:
Recording and mute myself doesn't change and looks OK:
CHANGELOG: CONDENSE with #2833
Context: Fixes an issue?
Does this change need documentation? What needs to be documented and how?
No.
Status of this Pull Request
Ready for review.
What is missing until this pull request can be merged?
Checklist