From 745e81df8b7e86b133b8fbc76f283cd1509179ca Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 21 Dec 2025 19:03:59 -0500 Subject: [PATCH] Update samy.tasks.json --- samy.tasks.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/samy.tasks.json b/samy.tasks.json index 80e0e8d..6cae99e 100644 --- a/samy.tasks.json +++ b/samy.tasks.json @@ -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",