Update AppBuilderExtension.cs

This commit is contained in:
sshcomm 2025-02-04 14:33:12 +03:30 committed by GitHub
parent a8eba93ffd
commit 68be10c5af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
});
}
}
}
}