[PR #6] [MERGED] Enable future settings use #898

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/6
Author: @mnadareski
Created: 5/14/2018
Status: Merged
Merged: 5/14/2018
Merged by: @undefined

Base: masterHead: master


📝 Commits (2)

📊 Changes

4 files changed (+36 additions, -11 deletions)

View changed files

📝 App.config (+12 -0)
📝 MainWindow.xaml.cs (+4 -5)
📝 Properties/Settings.Designer.cs (+13 -1)
📝 Properties/Settings.settings (+7 -5)

📄 Description

This change converts the static DIC path to one that is controlled by settings. Currently, nothing saves or changes these settings so nothing has changed in terms of what the workflow is. This will, however, enable these settings to be controlled through the UI in the future, and allow for settings persistence between sessions without having to rely on AppData or the registry.


🔄 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/SabreTools/MPF/pull/6 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 5/14/2018 **Status:** ✅ Merged **Merged:** 5/14/2018 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`e2789dd`](https://github.com/SabreTools/MPF/commit/e2789ddd11dc5c47d8c525b20fe3664269d1e92e) Enable future settings use - [`f3319f4`](https://github.com/SabreTools/MPF/commit/f3319f4ee26037aa3b600deead71701684147563) Untabify ### 📊 Changes **4 files changed** (+36 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `App.config` (+12 -0) 📝 `MainWindow.xaml.cs` (+4 -5) 📝 `Properties/Settings.Designer.cs` (+13 -1) 📝 `Properties/Settings.settings` (+7 -5) </details> ### 📄 Description This change converts the static DIC path to one that is controlled by settings. Currently, nothing saves or changes these settings so nothing has changed in terms of what the workflow is. This will, however, enable these settings to be controlled through the UI in the future, and allow for settings persistence between sessions without having to rely on AppData or the registry. --- <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-29 16:24:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#898