Fix typo in DICMultiSectorReadValue (fixes #447)

This commit is contained in:
Matt Nadareski
2023-02-23 21:04:56 -05:00
parent 2269537848
commit 37e4525c98
2 changed files with 2 additions and 1 deletions

View File

@@ -58,6 +58,7 @@
- Handle no drives betterer
- Packaging requires `-windows` for framework
- Fix other `-windows` places for .NET 6
- Fix typo in DICMultiSectorReadValue
### 2.4 (2022-10-26)

View File

@@ -231,7 +231,7 @@ namespace MPF.Core.Data
public int DICMultiSectorReadValue
{
get { return GetInt32Setting(_settings, "DICMultiSectorReadValue", 0); }
set { _settings["DICMultiSectorRead"] = value.ToString(); }
set { _settings["DICMultiSectorReadValue"] = value.ToString(); }
}
/// <summary>