forked from TokTok/qTox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(UI): Better integration with system dark modes.
If the OS/desktop environment have dark mode set, then qTox will select the default dark color scheme as well. Also, if the user sets light mode, this sets Qt to light mode as well. This avoids conflicting style hints resulting in invisible text (dark grey on black).
- Loading branch information
Showing
4 changed files
with
53 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Checks: ' | ||
-*, | ||
readability-named-parameter, | ||
readability-inconsistent-declaration-parameter-name' | ||
Checks: "-* | ||
, modernize-use-emplace | ||
, readability-named-parameter | ||
, readability-inconsistent-declaration-parameter-name | ||
" | ||
WarningsAsErrors: "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters