mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-24 03:45:30 +00:00
Compare commits
2 Commits
75402a5e78
...
2bfd9ca984
Author | SHA1 | Date | |
---|---|---|---|
|
2bfd9ca984 | ||
|
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