Minor UI details

This commit is contained in:
Grigory Chudov
2013-03-31 16:30:10 -04:00
parent d738e5a228
commit 13e00357b1
3 changed files with 917 additions and 859 deletions

View File

@@ -52,7 +52,7 @@ namespace CUETools.Processor
[DefaultValue(""), Category("Proxy"), DisplayName("Proxy auth password")]
public string ProxyPassword { get; set; }
[DefaultValue(true), DisplayName("Cache metadata")]
[DefaultValue(true), Category("Tagging"), DisplayName("Cache metadata")]
public bool CacheMetadata { get; set; }
[DefaultValue(new string[] { "folder.jpg", "cover.jpg", "albumart.jpg", "thumbnail.jpg", "albumartlarge.jpg", "front.jpg", "%album%.jpg" })]