Compare commits

...

2 Commits

Author SHA1 Message Date
MyDrift
2bfd9ca984
Merge 17a0bf1336 into e2b9586b0d 2024-11-08 09:35:29 +00:00
MyDrift
17a0bf1336 fix missing theme change logic in darkmode toggle 2024-11-08 10:35:23 +01:00

View File

@ -3312,11 +3312,17 @@
"InvokeScript": [
"
Invoke-WinUtilExplorerUpdate
if ($sync.ThemeButton.Content -eq [char]0xF08C) {
Invoke-WinutilThemeChange -theme \"Auto\"
}
"
],
"UndoScript": [
"
Invoke-WinUtilExplorerUpdate
if ($sync.ThemeButton.Content -eq [char]0xF08C) {
Invoke-WinutilThemeChange -theme \"Auto\"
}
"
],
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/DarkMode"