mirror of
https://github.com/2dust/v2rayN.git
synced 2025-09-02 08:16:19 +00:00
Set autoHideStartup default value is false
This commit is contained in:
parent
06a32dc895
commit
b5cb9ce67e
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue