Update samy.tasks.json

This commit is contained in:
2025-12-21 19:03:59 -05:00
parent 602cace78b
commit 745e81df8b

View File

@@ -87,11 +87,16 @@
"Id": "disableAnimations",
"Name": "disableAnimations",
"Label": "Disable Animations",
"HandlerFn": "Disable-Animations",
"HandlerFn": "Invoke-DisableAnimations",
"Page": "onboard",
"Column": "right",
"Group": "tweaks",
"Tooltip": "Disables Windows UI animations for performance"
"Tooltip": "Choose which UI effects to disable",
"SubOptions": [
{ "Value": "window", "Label": "Window animations" },
{ "Value": "taskbar", "Label": "Taskbar animations" },
{ "Value": "menus", "Label": "Menu & tooltip fade" }
]
},
{
"Id": "wingetChrome",