microsoft/Terminal

unfocusedAppearance ignores backgroundImage set to null and continued to display image

Open

#12 643 ouverte le 8 mars 2022

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (3 212 forks)batch import
Area-SettingsHelp WantedIssue-BugPriority-2Product-Terminal

Métriques du dépôt

Stars
 (35 764 stars)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

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.

Guide contributeur