David Erceg
David Erceg
This was implemented in 4d2d1808d5cea4cbec9c2b794160bb5302f4158e.
@jczanfona Please file a new issue with more information.
Sorry, AppVeyor only keep builds from the last month and I need the symbols from the build to investigate the crash dump. Are you able to upload a crash dump...
Can you test with the latest version to see if the crashes still occur?
This looks like it's expected. The button is in the pressed state while the folders view is being shown, so the fact that it has a different background color is...
The only real difference seems to be the highlight color, which does make the text harder to read. Is it that specifically, or something else?
It would be good to be able to set the colors of the other controls, but unfortunately, customization of the common controls is quite limited. Still, I'm hopeful I can...
I can't reproduce this on Windows 7 or 10. Does it happen on a particular version of Windows? Also is the behavior the same with previous versions of Explorer++?
From a bit of Googling, it seems there isn't a direct way of doing this in Win32 apps. You can get part of the way there by using the undocumented...
Some other implementation notes (since this doesn't really seem to be documented anywhere): - https://github.com/ysc3839/VCMPBrowser/blob/b83efe826abb7b2f7c4e82144c28811df4089612/DarkMode.h contains a functional implementation for dark mode. - In that file, `AllowDarkModeForApp` is called followed...