mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +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)
|
||||
{
|
||||
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()
|
||||
{
|
||||
DefaultFamilyName = uri,
|
||||
|
@ -15,4 +15,4 @@ namespace v2rayN.Desktop.Common
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue