[PR #14186] [MERGED] Fix some issues with the launch parameters in the SUI #29979

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14186
Author: @PankajBhojwani
Created: 10/11/2022
Status: Merged
Merged: 10/12/2022
Merged by: @undefined

Base: mainHead: dev/pabhoj/launch_params_fix


📝 Commits (2)

📊 Changes

2 files changed (+9 additions, -11 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/LaunchViewModel.cpp (+6 -4)
📝 src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw (+3 -7)

📄 Description

Addressing post-hoc comments on the launch parameters expander in the SUI (added in #13605)

  • Use more contextually appropriate strings (Centered instead of On / Off)
  • Don't emit an extra NotifyChanges

References #13605


🔄 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/14186 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 10/11/2022 **Status:** ✅ Merged **Merged:** 10/12/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/pabhoj/launch_params_fix` --- ### 📝 Commits (2) - [`105274f`](https://github.com/microsoft/terminal/commit/105274f055c4341ee49a73592e4da3d72237be02) address post-hoc comments - [`d7fa2c7`](https://github.com/microsoft/terminal/commit/d7fa2c7cb490998656e4c7db10e0f6399ebb8ddc) fixes ### 📊 Changes **2 files changed** (+9 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/LaunchViewModel.cpp` (+6 -4) 📝 `src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw` (+3 -7) </details> ### 📄 Description Addressing post-hoc comments on the launch parameters expander in the SUI (added in #13605) - Use more contextually appropriate strings (`Centered` instead of `On` / `Off`) - Don't emit an extra `NotifyChanges` References #13605 --- <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:37:58 +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#29979