Use EnumDescriptionConverter for indexer output

This commit is contained in:
Jaex 2016-02-02 19:36:58 +02:00
parent 3f144a42e3
commit be553e5ed5

View file

@ -32,7 +32,7 @@ namespace ShareX.IndexerLib
{
public class IndexerSettings
{
[Category("Indexer"), DefaultValue(IndexerOutput.Html), Description("Indexer output type.")]
[Category("Indexer"), DefaultValue(IndexerOutput.Html), Description("Indexer output type."), TypeConverter(typeof(EnumDescriptionConverter))]
public IndexerOutput Output { get; set; }
[Category("Indexer"), DefaultValue(true), Description("Don't index hidden folders.")]