microsoft/Terminal

unfocusedAppearance ignores backgroundImage set to null and continued to display image

オープン

#12,643 opened on 2022/03/08

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (9,275 件のフォーク)batch import
Area-SettingsHelp WantedIssue-BugPriority-2Product-Terminal

Repository metrics

Stars
 (103,173 個のスター)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

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.

コントリビューターガイド