Update samy.tasks.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user