remove qt.conf forcing darkmode=0
All checks were successful
eden-license / license-header (pull_request) Successful in 14s

This commit is contained in:
Maufeat 2025-08-10 04:30:34 +02:00
parent 5370ee1c2f
commit 7002fe8295

View file

@ -63,6 +63,4 @@ function(copy_yuzu_Qt6_deps target_dir)
else() else()
# Update for non-MSVC platforms if needed # Update for non-MSVC platforms if needed
endif() endif()
# Fixes dark mode being forced automatically even when light theme is set in app settings.
file(WRITE "${CMAKE_BINARY_DIR}/bin/${CMAKE_BUILD_TYPE}/qt.conf" "[Platforms]\nWindowsArguments = darkmode=0")
endfunction(copy_yuzu_Qt6_deps) endfunction(copy_yuzu_Qt6_deps)