Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Feb 9, 2025
1 parent 5ea1047 commit b3d4616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Mining/MiningUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ private static Dictionary<JLField, string> GetMiningParameters(LookupResult[] lo
}
}

if (userFields is null || userFields.ContainsKey(JLField.DefinitionsFromMultipleDictionaries.GetDescription()!))
if (userFields is null || userFields.ContainsValue(JLField.DefinitionsFromMultipleDictionaries))
{
string? definitionsFromAllDictionaries = GetDefinitionsFromAllDictionaries(lookupResults, currentLookupResultIndex, selectedSpelling, formattedDefinitions, useHtmlTags);
if (definitionsFromAllDictionaries is not null)
Expand Down

0 comments on commit b3d4616

Please sign in to comment.