Skip to content

Commit

Permalink
Update cmd's default profile to disable acrylic (#3020)
Browse files Browse the repository at this point in the history
As per prior agreement with WinUI team, disabling acrylic for Cmd (and Windows PowerShell, already complete) by default. 

PowerShell Core/7 and WSL distros allowed to have Acrylic enabled by default.
  • Loading branch information
Rich Turner authored and carlos-zamora committed Oct 2, 2019
1 parent 17495fc commit 06bd7e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cascadia/TerminalApp/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"padding": "8, 8, 8, 8",
"snapOnInput": true,
"useAcrylic": true,
"acrylicOpacity": 0.75
"useAcrylic": false
}
],
"schemes":
Expand Down

0 comments on commit 06bd7e2

Please sign in to comment.