feature(config) set htmlDialogs true by default

This commit is contained in:
coderaiser 2015-11-15 05:41:56 -05:00
parent 49302a7f6f
commit 842fb43e3a
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ Here is description of options:
"root" : "/", /* root directory */
"prefix" : "", /* url prefix */
"progress" : true /* show progress of file operations */
"htmlDialogs" : false /* show html dialogs */
"htmlDialogs" : true /* show html dialogs */
}
```

View file

@ -19,5 +19,5 @@
"root": "/",
"prefix": "",
"progress": true,
"htmlDialogs":false
"htmlDialogs": true
}