Skip to content

Commit

Permalink
Document 'activeOnly' value for 'showCloseButton' property.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovdu committed May 3, 2023
1 parent 0f63f98 commit d396f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TerminalDocs/customize-settings/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,13 @@ Configures how the "close" button on the tab should appear. This accepts the fol
* `"always"`: Always show tab close buttons.
* `"hover"`: Show the tab close button on the active tab, and any tabs that are hovered with the mouse.
* `"never"`: Never show tab close buttons. This also disables the ability to close the tab with the middle mouse button.
* `"activeOnly"`: Show the tab close button on the active tab only.

**Property name:** `showCloseButton`

**Necessity:** Optional

**Accepts:** `"always"`, `"hover"`, `"never"`
**Accepts:** `"always"`, `"hover"`, `"never"`, `"activeOnly"`

**Default value:** `"always"`

Expand Down

0 comments on commit d396f95

Please sign in to comment.