On Thu Sep 28 21:28:13 2023 +0000, Helix Graziani wrote:
changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/3959/diffs?diff_id=72706&start_sha=c2b69487455da4acee9ce74a328f416cfdb07c01#9abf4dcbc82c6a38a5c702d852b4d3fe7a9c13b9_1268_1268)
In the most recent version of the commit I changed the name of the function to ShouldSystemUseDarkMode because there is another function with ordinal 132 that is called ShouldAppsuseDarkMode. I also added a conformance test.
Thank you for pointing out that there is a dark theme option in winecfg. It seems that winecfg sets the AppsUseLightTheme registry value.
The .NET code that uses this: https://github.com/search?q=%23138+language%3AC%23+&type=code The .NET code where I found this function: https://github.com/theLeaxx/JaLoader/blob/master/JaPatcher/JaPatcher/Form1.c...