[PR #17751] Fix a crash during settings update #31353

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

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

State: closed
Merged: Yes


  • Adds a check whether the thread dispatcher is already null.
    (See code comments.)
  • Moves the _settings to only happen on the UI thread.
    Anything else wouldn't be thread safe.

Closes #17620

Validation Steps Performed

Not reproducible. 🚫

**Original Pull Request:** https://github.com/microsoft/terminal/pull/17751 **State:** closed **Merged:** Yes --- * Adds a check whether the thread dispatcher is already null. (See code comments.) * Moves the `_settings` to only happen on the UI thread. Anything else wouldn't be thread safe. Closes #17620 ## Validation Steps Performed Not reproducible. 🚫
claunia added the pull-request label 2026-01-31 09:46:44 +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#31353