update Explorerrefresh

- change Invoke-WinUtilExplorerRefresh to handle refresh and restart
- add restart logic to window snapping Flyout & Suggestions
- rename Invoke-WinUtilExplorerRefresh to Invoke-WinUtilExplorerUpdate
This commit is contained in:
MyDrift
2024-11-07 19:36:43 +01:00
parent 667d96c397
commit ff91167af4
3 changed files with 65 additions and 35 deletions

View File

@ -3311,12 +3311,12 @@
],
"InvokeScript": [
"
Invoke-WinUtilExplorerRefresh
Invoke-WinUtilExplorerUpdate
"
],
"UndoScript": [
"
Invoke-WinUtilExplorerRefresh
Invoke-WinUtilExplorerUpdate
"
],
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/DarkMode"
@ -3416,6 +3416,16 @@
"Type": "DWord"
}
],
"InvokeScript": [
"
Invoke-WinUtilExplorerUpdate -action \"restart\"
"
],
"UndoScript": [
"
Invoke-WinUtilExplorerUpdate -action \"restart\"
"
],
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/SnapFlyout"
},
"WPFToggleSnapSuggestion": {
@ -3434,6 +3444,16 @@
"Type": "DWord"
}
],
"InvokeScript": [
"
Invoke-WinUtilExplorerUpdate -action \"restart\"
"
],
"UndoScript": [
"
Invoke-WinUtilExplorerUpdate -action \"restart\"
"
],
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/SnapSuggestion"
},
"WPFToggleMouseAcceleration": {