mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 22:55:52 -06:00
fix missing theme change logic in darkmode toggle
This commit is contained in:
parent
0e07cb10bf
commit
17a0bf1336
@ -3312,11 +3312,17 @@
|
|||||||
"InvokeScript": [
|
"InvokeScript": [
|
||||||
"
|
"
|
||||||
Invoke-WinUtilExplorerUpdate
|
Invoke-WinUtilExplorerUpdate
|
||||||
|
if ($sync.ThemeButton.Content -eq [char]0xF08C) {
|
||||||
|
Invoke-WinutilThemeChange -theme \"Auto\"
|
||||||
|
}
|
||||||
"
|
"
|
||||||
],
|
],
|
||||||
"UndoScript": [
|
"UndoScript": [
|
||||||
"
|
"
|
||||||
Invoke-WinUtilExplorerUpdate
|
Invoke-WinUtilExplorerUpdate
|
||||||
|
if ($sync.ThemeButton.Content -eq [char]0xF08C) {
|
||||||
|
Invoke-WinutilThemeChange -theme \"Auto\"
|
||||||
|
}
|
||||||
"
|
"
|
||||||
],
|
],
|
||||||
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/DarkMode"
|
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/DarkMode"
|
||||||
|
Loading…
Reference in New Issue
Block a user