mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Removed extraneous enum hints in dropdown
This commit is contained in:
parent
2dba5ef4b4
commit
91fe47ef31
@ -172,8 +172,7 @@ private static List<SelectOption> GetSelectOptions(Type selectOptions)
|
||||
{
|
||||
Value = value,
|
||||
Name = name,
|
||||
Order = value,
|
||||
Hint = $"({value})"
|
||||
Order = value
|
||||
};
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user