mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix miss default font
This commit is contained in:
parent
58b016a9c0
commit
425b209414
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue