[PR #9862] [MERGED] Fix for configuring starting directory in SUI when defaults sets it to null #27790

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9862
Author: @PankajBhojwani
Created: 4/16/2021
Status: Merged
Merged: 4/21/2021
Merged by: @undefined

Base: mainHead: dev/pabhoj/starting_dir_fix


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/Profiles.cpp (+2 -2)

📄 Description

Summary of the Pull Request

Remove an unnecessary check in Profiles.cpp that was preventing us from enabling the text box and browse button when the user unchecks 'use parent process directory'

PR Checklist

Validation Steps Performed

Played around with it and it works.


🔄 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/9862 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 4/16/2021 **Status:** ✅ Merged **Merged:** 4/21/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/pabhoj/starting_dir_fix` --- ### 📝 Commits (1) - [`b1156a8`](https://github.com/microsoft/terminal/commit/b1156a8fd3049dc08300f76d2653a7cc1b4249eb) fix ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/Profiles.cpp` (+2 -2) </details> ### 📄 Description ## Summary of the Pull Request Remove an unnecessary check in `Profiles.cpp` that was preventing us from enabling the text box and browse button when the user unchecks 'use parent process directory' ## PR Checklist * [x] Closes #9847 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x] I work here ## Validation Steps Performed Played around with it and it works. --- <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:24:15 +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#27790