mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-12 18:32:52 +00:00
Update ConfigHandler.cs
This commit is contained in:
parent
ddc8c9b1cd
commit
69797c10f2
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ public static class ConfigHandler
|
|||
|
||||
config.UiItem ??= new UIItem()
|
||||
{
|
||||
EnableAutoAdjustMainLvColWidth = true
|
||||
EnableUpdateSubOnlyRemarksExist = true
|
||||
};
|
||||
config.UiItem.MainColumnItem ??= new();
|
||||
config.UiItem.WindowSizeItem ??= new();
|
||||
|
|
|
|||
Loading…
Reference in a new issue