Rework how to read and execute command line to fix issues introduced in last version. Now command line is completely separate from GUI.
This commit is contained in:
@ -15,6 +15,15 @@ namespace Snap2HTML
|
||||
public bool openInBrowser { get; set; }
|
||||
public bool linkFiles { get; set; }
|
||||
public string linkRoot { get; set; }
|
||||
|
||||
public SnapSettings()
|
||||
{
|
||||
this.skipHiddenItems = true;
|
||||
this.skipSystemItems = true;
|
||||
this.openInBrowser = false;
|
||||
this.linkFiles = false;
|
||||
this.linkRoot = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user