From 425b20941487d84e574b77dc6b398b82084b7de6 Mon Sep 17 00:00:00 2001 From: cxfksword Date: Thu, 20 Mar 2014 10:05:12 +0800 Subject: [PATCH] Fix miss default font --- Wox.Infrastructure/CommonStorage.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Wox.Infrastructure/CommonStorage.cs b/Wox.Infrastructure/CommonStorage.cs index a7b5c8d2ea..07004abacf 100644 --- a/Wox.Infrastructure/CommonStorage.cs +++ b/Wox.Infrastructure/CommonStorage.cs @@ -89,6 +89,8 @@ namespace Wox.Infrastructure Instance.UserSetting.WebSearches = Instance.UserSetting.LoadDefaultWebSearches(); Instance.UserSetting.ProgramSources = Instance.UserSetting.LoadDefaultProgramSources(); Instance.UserSetting.Hotkey = "Win + W"; + Instance.UserSetting.QueryBoxFont = FontFamily.GenericSansSerif.Name; + Instance.UserSetting.ResultItemFont = FontFamily.GenericSansSerif.Name; } public static CommonStorage Instance