Fix inability to initialize cmbCurrentFontFamily.

This commit is contained in:
sincere liu 2024-05-13 11:25:22 +08:00
parent 9fe1ccb83a
commit 932dac77b6

View file

@ -91,6 +91,7 @@ namespace v2rayN.Views
});
LoadFontsAsync(); //If there are many font files, opening the OptionSettingWindow will noticeably lag. The font loading logic can be changed to execute asynchronously.
cmbcurrentFontFamily.Items.Add(string.Empty);
this.WhenActivated(disposables =>
{