Update samy.tasks.json
This commit is contained in:
@@ -87,11 +87,16 @@
|
|||||||
"Id": "disableAnimations",
|
"Id": "disableAnimations",
|
||||||
"Name": "disableAnimations",
|
"Name": "disableAnimations",
|
||||||
"Label": "Disable Animations",
|
"Label": "Disable Animations",
|
||||||
"HandlerFn": "Disable-Animations",
|
"HandlerFn": "Invoke-DisableAnimations",
|
||||||
"Page": "onboard",
|
"Page": "onboard",
|
||||||
"Column": "right",
|
"Column": "right",
|
||||||
"Group": "tweaks",
|
"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",
|
"Id": "wingetChrome",
|
||||||
|
|||||||
Reference in New Issue
Block a user