mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Remove passthrough property on Options
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
- Further cleanup in Options
|
||||
- Move dump settings next to execution contexts
|
||||
- Introduce base dump settings type
|
||||
- Remove passthrough property on Options
|
||||
|
||||
### 3.6.0 (2025-11-28)
|
||||
|
||||
|
||||
@@ -71,20 +71,6 @@ namespace MPF.Frontend
|
||||
|
||||
#endregion
|
||||
|
||||
#region Passthrough Properties
|
||||
|
||||
/// <summary>
|
||||
/// All settings in the form of a dictionary
|
||||
/// </summary>
|
||||
/// TODO: Remove when Options is no longer relevant
|
||||
[JsonIgnore]
|
||||
public Dictionary<string, string?> Settings
|
||||
{
|
||||
get { return ConvertToDictionary(); }
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Constructors
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user