microsoft/Terminal

Consolidate Tray Icons OR (alternatively) Distinguish between Elevated and Unelevated Instances

开放

#18,046 创建于 2024年10月14日

 (3 条评论) (1 个反应) (0 位负责人)C++ (9,275 个派生)batch import
Area-UserInterfaceHelp WantedIssue-FeatureProduct-Terminal

仓库指标

星标
 (103,173 个星标)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

Description of the new feature/enhancement

Currently, if we have two instances of Terminal running (one elevated and one not), we get two identical icons in the task bar. This can be a slight inconvenience when Terminal is set to minimize to tray, as often, it requires that we activate both windows to determine which is the one with which we actually want to interact:

Image

An improvement could be as simple as a change of color, or a small shield badge to differentiate the two icons. Or even better, (if it's even possible) consolidate the icons into one, and allow the user to select the desired window from a context menu.

Proposed technical implementation details (optional)

贡献者指南