[PR #14419] [MERGED] Add the setting "confirmCloseAllTabs" to SUI #30086

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14419
Author: @leejy12
Created: 11/21/2022
Status: Merged
Merged: 11/21/2022
Merged by: @undefined

Base: mainHead: jyl/confirm-close-all-tabs


📝 Commits (2)

  • e97a844 Add the setting "confirmCloseAllTabs" to SUI
  • 2674307 Update src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw

📊 Changes

4 files changed (+11 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/Interaction.xaml (+5 -0)
📝 src/cascadia/TerminalSettingsEditor/InteractionViewModel.h (+1 -0)
📝 src/cascadia/TerminalSettingsEditor/InteractionViewModel.idl (+1 -0)
📝 src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw (+4 -0)

📄 Description

This commit adds the setting "confirmCloseAllTabs" to SUI.
The setting was added to the Interactions pane of Global Settings.

Closes #14413
Closes #14033


🔄 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/14419 **Author:** [@leejy12](https://github.com/leejy12) **Created:** 11/21/2022 **Status:** ✅ Merged **Merged:** 11/21/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `jyl/confirm-close-all-tabs` --- ### 📝 Commits (2) - [`e97a844`](https://github.com/microsoft/terminal/commit/e97a844e46d576279c08534db03f5fb29ccd3e49) Add the setting "confirmCloseAllTabs" to SUI - [`2674307`](https://github.com/microsoft/terminal/commit/2674307d0b4a2d48b5bdc1ceb4336a8f1aabe716) Update src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw ### 📊 Changes **4 files changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/Interaction.xaml` (+5 -0) 📝 `src/cascadia/TerminalSettingsEditor/InteractionViewModel.h` (+1 -0) 📝 `src/cascadia/TerminalSettingsEditor/InteractionViewModel.idl` (+1 -0) 📝 `src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw` (+4 -0) </details> ### 📄 Description This commit adds the setting "confirmCloseAllTabs" to SUI. The setting was added to the Interactions pane of Global Settings. Closes #14413 Closes #14033 --- <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:38:34 +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#30086