I'll look into that, thanks. But first I need to make certain that it IS a definite change in behavior from Windows 10 to Windows 11, and not just something else between the two machines that I'm overlooking.
I'd want to modify that code a good bit anyway. No need to do a string evaluation of the results (nor a need to handle non- Windows entry). I'd want to be able to call it using something simple like:
Code:
if iswindows and not iswindows11():
match_sigil_darkmode()
Or perhaps iswindows10() so we won't have to remember to make changes when Window 12, 13 or 14 comes out.