mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Update AppBuilderExtension.cs
This commit is contained in:
parent
a8eba93ffd
commit
68be10c5af
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ namespace v2rayN.Desktop.Common
|
||||||
{
|
{
|
||||||
public static AppBuilder WithFontByDefault(this AppBuilder appBuilder)
|
public static AppBuilder WithFontByDefault(this AppBuilder appBuilder)
|
||||||
{
|
{
|
||||||
var uri = Path.Combine(Global.AvaAssets, "Fonts#Noto Sans SC");
|
var uri = Path.Combine(Global.AvaAssets, "Fonts#Segoe UI Emoji");
|
||||||
return appBuilder.With(new FontManagerOptions()
|
return appBuilder.With(new FontManagerOptions()
|
||||||
{
|
{
|
||||||
DefaultFamilyName = uri,
|
DefaultFamilyName = uri,
|
||||||
|
|
Loading…
Reference in a new issue