#56 Add Font setting

This commit is contained in:
qianlifeng
2014-03-19 22:17:01 +08:00
parent f4e74065ec
commit 4e537ac4d8
6 changed files with 178 additions and 11 deletions

View File

@@ -7,6 +7,8 @@ namespace Wox.Infrastructure.UserSettings
{
public string Hotkey { get; set; }
public string Theme { get; set; }
public string QueryBoxFont { get; set; }
public string ResultItemFont { get; set; }
public bool ReplaceWinR { get; set; }
public List<WebSearch> WebSearches { get; set; }
public List<ProgramSource> ProgramSources { get; set; }