mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(config) set htmlDialogs true by default
This commit is contained in:
parent
49302a7f6f
commit
842fb43e3a
2 changed files with 2 additions and 2 deletions
2
HELP.md
2
HELP.md
|
|
@ -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 */
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@
|
|||
"root": "/",
|
||||
"prefix": "",
|
||||
"progress": true,
|
||||
"htmlDialogs":false
|
||||
"htmlDialogs": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue