Set autoHideStartup default value is false

pull/4991/head
2dust 2024-04-05 17:24:53 +08:00
parent 06a32dc895
commit b5cb9ce67e
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ namespace v2rayN.Models
public int currentFontSize { get; set; }
public bool enableDragDropSort { get; set; }
public bool doubleClick2Activate { get; set; }
public bool autoHideStartup { get; set; } = true;
public bool autoHideStartup { get; set; }
public string mainMsgFilter { get; set; }
public List<ColumnItem> mainColumnItem { get; set; }
}