2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Kyle K 38dd6dc190 ui: Set Link Color when setting theme
Long story short, QT doesn't allow the link colors to be set via their stylesheets.

There are two ways to work with this, specify the color manually for every link (See the About dialog) The other way is to change the default palette.

IsDarkTheme is copy/pasted from src/yuzu/debugger/wait_tree.cpp
2022-04-11 00:00:29 -07:00
..
audio_core audio_core: remove time stretcher 2022-04-01 19:54:58 +02:00
common common: Replace lock_guard with scoped_lock 2022-04-07 19:30:55 +01:00
core Merge pull request #8138 from german77/data-no-race 2022-04-08 14:14:53 -07:00
input_common input_common: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
shader_recompiler Merge pull request #8133 from liamwhite/gl-spv-cbuf 2022-04-07 12:40:59 +02:00
tests
video_core Merge pull request #8149 from liamwhite/front-face 2022-04-09 01:39:39 -07:00
web_service web_service: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
yuzu ui: Set Link Color when setting theme 2022-04-11 00:00:29 -07:00
yuzu_cmd audio_core: remove time stretcher 2022-04-01 19:54:58 +02:00
.clang-format
CMakeLists.txt CMakeLists: Enforce C4505 and C5245 2022-04-07 23:00:04 -04:00