mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-09 21:32:19 +00:00
[PR #6] [MERGED] Enable future settings use #898
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (2)
e2789ddEnable future settings usef3319f4Untabify📊 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.