[PR #8956] Bind LaunchMode and TabSwitcherMode properly in SUI #27355

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

Original Pull Request: https://github.com/microsoft/terminal/pull/8956

State: closed
Merged: Yes


Summary of the Pull Request

Properly binds CurrentLaunchMode and CurrentTabSwitcherMode in the Settings UI. The default mode is OneTime, resulting in the setting never being set.

I performed a regex search of all "SelectedItem" bindings and these were the only two that were not properly bound.

References

#6800 - Settings UI Epic

Validation Steps Performed

Modified tab switcher mode and launch mode via the settings UI. Then saved. Before, the settings would revert back and not get applied. Now they got applied.

Closes #8947

**Original Pull Request:** https://github.com/microsoft/terminal/pull/8956 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Properly binds `CurrentLaunchMode` and `CurrentTabSwitcherMode` in the Settings UI. The default mode is `OneTime`, resulting in the setting never being set. I performed a regex search of all "SelectedItem" bindings and these were the only two that were not properly bound. ## References #6800 - Settings UI Epic ## Validation Steps Performed Modified tab switcher mode and launch mode via the settings UI. Then saved. Before, the settings would revert back and not get applied. Now they got applied. Closes #8947
claunia added the pull-request label 2026-01-31 09:21:30 +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#27355