[PR #5931] Replace manual get/set code in GlobalAppSettings with GETSET_PROPERTY #26549

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

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

State: closed
Merged: Yes


Summary of the Pull Request

This pull request removes all of the custom Get and Set implementations from GlobalAppSettings and replaces them with GETSET_PROPERTY. This will be required if we ever convert it to a WinRT class, but for now it's simply niceness-improving.

References

Required #5847 to land.

PR Checklist

  • Closes norhing
  • CLAd
  • Tests added/passed
  • Requires documentation to be updated
  • I've discussed this with core contributors already
**Original Pull Request:** https://github.com/microsoft/terminal/pull/5931 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request This pull request removes all of the custom `Get` and `Set` implementations from GlobalAppSettings and replaces them with `GETSET_PROPERTY`. This will be required if we ever convert it to a WinRT class, but for now it's simply niceness-improving. ## References Required #5847 to land. ## PR Checklist * [ ] Closes norhing * [x] CLAd * [x] Tests added/passed * [ ] Requires documentation to be updated * [x] I've discussed this with core contributors already
claunia added the pull-request label 2026-01-31 09:16:45 +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#26549