unfocusedAppearance ignores backgroundImage set to null and continued to display image #12643
Labels
Area-Settings
Issues related to settings and customizability, for console or terminal
Help Wanted
We encourage anyone to jump in on these.
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Priority-2
A description (P2)
Product-Terminal
The new Windows Terminal.
Milestone
Windows Terminal version
1.13.10395.0
Windows build number
10.0.22567.1
Other Software
No response
Steps to reproduce
It is possible to set in the UI, and via the settings XML, for there to be no background image when a terminal windows is unfocused using the example below:
"unfocusedAppearance":
{
"backgroundImage": null
}
Expected Behavior
The expected behaviour is that the background image will disappear when set to null or change image to a new image if a value is set
Actual Behavior
Actual behaviour is that the background image continues to be displayed if set to null, although a new image is displayed if a correct file location is set.
The text was updated successfully, but these errors were encountered: