View Single Post
Old 05-29-2025, 12:26 PM   #27
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,692
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
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.

Last edited by DiapDealer; 05-29-2025 at 12:43 PM.
DiapDealer is offline   Reply With Quote