[PR #13694] [MERGED] Disable "Always show tabs" when "Hide the title bar" is enabled #29718

Open
opened 2026-01-31 09:36:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13694
Author: @leejy12
Created: 8/6/2022
Status: Merged
Merged: 8/25/2022
Merged by: @undefined

Base: mainHead: titlebar-showtabs


📝 Commits (10+)

📊 Changes

4 files changed (+21 additions, -6 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/GlobalAppearance.xaml (+8 -6)
📝 src/cascadia/TerminalSettingsEditor/GlobalAppearanceViewModel.cpp (+9 -0)
📝 src/cascadia/TerminalSettingsEditor/GlobalAppearanceViewModel.h (+2 -0)
📝 src/cascadia/TerminalSettingsEditor/GlobalAppearanceViewModel.idl (+2 -0)

📄 Description

In Global Appearance SUI, the toggle switch for "Always show tabs" is now grayed out when "Hide the title bar" is enabled (the default).

Also, the order of the settingcontainers was changed to help show the cause and effect more. See this comment.

Closes #12873


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/13694 **Author:** [@leejy12](https://github.com/leejy12) **Created:** 8/6/2022 **Status:** ✅ Merged **Merged:** 8/25/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `titlebar-showtabs` --- ### 📝 Commits (10+) - [`0021e25`](https://github.com/microsoft/terminal/commit/0021e25e55581ba045891f88147de993e24ceac4) Hide "Open in Terminal" context menu option when it is opened in a - [`0c07675`](https://github.com/microsoft/terminal/commit/0c07675292d9e377742af376529a1da066987e15) spelling - [`efe9047`](https://github.com/microsoft/terminal/commit/efe90473b8877021ce05c21c8193940d579a65db) Merge branch 'microsoft:main' into main - [`b698db4`](https://github.com/microsoft/terminal/commit/b698db4e5c92113ce4072ffe59b9f476da21a3a9) Merge branch 'microsoft:main' into main - [`9e03a34`](https://github.com/microsoft/terminal/commit/9e03a34a5704c638696a91d90b0432c671be0496) Merge branch 'main' of https://github.com/microsoft/terminal into leejy/main - [`e252ebb`](https://github.com/microsoft/terminal/commit/e252ebb8cf01129cc959db616b5cf185b33f6536) Merge branch 'main' of https://github.com/leejy12/terminal - [`a1d664f`](https://github.com/microsoft/terminal/commit/a1d664fdbe7b9db2d6c193660feb3aa582920cdd) Disable "Always show tabs" when "Hide the title bar" is enabled - [`38fa02c`](https://github.com/microsoft/terminal/commit/38fa02c767368fa5eb1d07c3957831fbb71f7f09) Format XAML - [`dae0018`](https://github.com/microsoft/terminal/commit/dae0018a2162ad6fd9568fcbdcfe729835d19b09) Move to ViewModel - [`617b2ca`](https://github.com/microsoft/terminal/commit/617b2ca4d730e395a28ce1b22cd9c322b6990c30) suggestions ### 📊 Changes **4 files changed** (+21 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearance.xaml` (+8 -6) 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearanceViewModel.cpp` (+9 -0) 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearanceViewModel.h` (+2 -0) 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearanceViewModel.idl` (+2 -0) </details> ### 📄 Description In Global Appearance SUI, the toggle switch for "Always show tabs" is now grayed out when "Hide the title bar" is enabled (the default). Also, the order of the settingcontainers was changed to help show the cause and effect more. See [this comment](https://github.com/microsoft/terminal/issues/12873#issuecomment-1094928881). Closes #12873 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:36:29 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29718