mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
#56 Add Font setting
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user