mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 14:26:20 +00:00
Fix inability to initialize cmbCurrentFontFamily.
This commit is contained in:
parent
9fe1ccb83a
commit
932dac77b6
1 changed files with 1 additions and 0 deletions
|
@ -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 =>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue