This commit is contained in:
stax76
2021-10-11 12:50:27 +02:00
parent 24596626bd
commit f4e72b5a99

View File

@@ -194,7 +194,7 @@ namespace mpvnet
} }
} }
void ApplyCompatibilityFixex() void ApplyCompatibilityFixes()
{ {
if (!App.Settings.InputDefaultBindingsFixApplied) if (!App.Settings.InputDefaultBindingsFixApplied)
{ {
@@ -290,7 +290,7 @@ namespace mpvnet
get { get {
if (_Conf == null) if (_Conf == null)
{ {
ApplyCompatibilityFixex(); ApplyCompatibilityFixes();
_Conf = new Dictionary<string, string>(); _Conf = new Dictionary<string, string>();