[PR #63] Enhancement of options management #943

Open
opened 2026-01-29 16:24:25 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/SabreTools/MPF/pull/63

State: closed
Merged: Yes


This pull request refactors the management of current path properties:

  • properties are moved in a dedicated Options file which also manage persistence
  • the handmade UI for options is removed and a dedicated OptionsWindow.xaml file is created
  • all the current interactions are bridged through new options management

This refactor is not meant to be final since Options currently relies on reflection for a fast replacement solution of actual management, but we'll fix this successively.

**Original Pull Request:** https://github.com/SabreTools/MPF/pull/63 **State:** closed **Merged:** Yes --- This pull request refactors the management of current path properties: - properties are moved in a dedicated `Options` file which also manage persistence - the handmade UI for options is removed and a dedicated `OptionsWindow.xaml` file is created - all the current interactions are bridged through new options management This refactor is not meant to be final since `Options` currently relies on reflection for a fast replacement solution of actual management, but we'll fix this successively.
claunia added the pull-request label 2026-01-29 16:24:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#943