Add tab.closeButton: activeOnly
#13672
Labels
Area-Theming
Anything related to the theming of elements of the window
good first issue
This is a fix that might be easier for someone to do as a first contribution
Help Wanted
We encourage anyone to jump in on these.
In-PR
This issue has a related PR
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Milestone
TabView
is a part of WinUI, and that code is available over at https://github.com/microsoft/microsoft-ui-xaml/Hm.
terminal/src/cascadia/TerminalApp/TerminalPage.cpp
Lines 2740 to 2772 in a9c3b77
_updateTabCloseButton
, cause that only updates a single tab.ActiveOnly
, and the tab is active, thenIsClosable(true)
. elsefalse
CloseButtonOverlayMode
toAuto
, probably a sensible default.That sounds like it would work on paper. Wanna file a PR? 😄
Originally posted by @zadjii-msft in #3335 (comment)
The text was updated successfully, but these errors were encountered: