mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
docs(help) add configDialog
This commit is contained in:
parent
e22e09122c
commit
9d3556e557
1 changed files with 3 additions and 3 deletions
6
HELP.md
6
HELP.md
|
|
@ -231,9 +231,9 @@ Here is description of options:
|
|||
"ip" : null, /* ip or null(default) */
|
||||
"root" : "/", /* root directory */
|
||||
"prefix" : "", /* url prefix */
|
||||
"progress" : true /* show progress of file operations */
|
||||
"htmlDialogs" : true /* show html dialogs */
|
||||
"onePanelMode" : false /* set one panel mode */
|
||||
"progress" : true, /* show progress of file operations */
|
||||
"onePanelMode" : false, /* set one panel mode */
|
||||
"configDialog" : true /* enable config dialog */
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue