diff --git a/CHANGELIST.md b/CHANGELIST.md
index bed563c6..ba3879ea 100644
--- a/CHANGELIST.md
+++ b/CHANGELIST.md
@@ -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)
diff --git a/MPF.Frontend/Options.cs b/MPF.Frontend/Options.cs
index 94c46253..962e117a 100644
--- a/MPF.Frontend/Options.cs
+++ b/MPF.Frontend/Options.cs
@@ -71,20 +71,6 @@ namespace MPF.Frontend
#endregion
- #region Passthrough Properties
-
- ///
- /// All settings in the form of a dictionary
- ///
- /// TODO: Remove when Options is no longer relevant
- [JsonIgnore]
- public Dictionary Settings
- {
- get { return ConvertToDictionary(); }
- }
-
- #endregion
-
#region Constructors
///