mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00:00
Removed extraneous enum hints in dropdown
This commit is contained in:
parent
a037a8dbe2
commit
a3242b4823
1 changed files with 1 additions and 2 deletions
|
@ -174,8 +174,7 @@ private static List<SelectOption> GetSelectOptions(Type selectOptions)
|
|||
{
|
||||
Value = value,
|
||||
Name = name,
|
||||
Order = value,
|
||||
Hint = $"({value})"
|
||||
Order = value
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue