1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 08:42:19 +02:00

Removed extraneous enum hints in dropdown

This commit is contained in:
Taloth Saldono 2021-05-15 22:05:50 +02:00
parent 5f197800fc
commit d93923f4b4

View File

@ -172,8 +172,7 @@ private static List<SelectOption> GetSelectOptions(Type selectOptions)
{
Value = value,
Name = name,
Order = value,
Hint = $"({value})"
Order = value
};
}
});