Set autoHideStartup default value is false

This commit is contained in:
2dust 2024-04-05 17:24:53 +08:00
parent 06a32dc895
commit b5cb9ce67e

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