mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
Removed extraneous enum hints in dropdown
(cherry picked from commit 91fe47ef31249f23c19a553df569ef6451e6ca5d)
This commit is contained in:
parent
eb26b38f2c
commit
79bd4728bf
1 changed files with 1 additions and 2 deletions
|
|
@ -171,8 +171,7 @@ private static List<SelectOption> GetSelectOptions(Type selectOptions)
|
||||||
{
|
{
|
||||||
Value = value,
|
Value = value,
|
||||||
Name = name,
|
Name = name,
|
||||||
Order = value,
|
Order = value
|
||||||
Hint = $"({value})"
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue