Skip to content

Commit

Permalink
fix missing theme change logic in darkmode toggle
Browse files Browse the repository at this point in the history
MyDrift-user committed Nov 8, 2024
1 parent 0e07cb1 commit 17a0bf1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/tweaks.json
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 17a0bf1

Please sign in to comment.