microsoft/Terminal

Double Close Popup

Open

#12,565 创建于 2022年2月24日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (3,212 fork)batch import
Area-WindowingHelp WantedIssue-BugPriority-3Product-Terminal

仓库指标

Star
 (35,764 star)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

From MSFT:37868165

Hovering over the close window button in Windows Terminal for a certain period of time will show two hover popups both showing "Close".

Looks like we get the xaml popup and the user32 one. Easiest fix would be to get rid of the xaml one, but then it would be different from the others.

We may want to explore not having a user32 titlebar at all in tabs in titlebar mode.

贡献者指南