mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(contact) add ability to hide contact button with --no-contact (#125)
This commit is contained in:
parent
7147e0a85c
commit
a5656d15b4
8 changed files with 39 additions and 2 deletions
|
|
@ -21,9 +21,9 @@
|
|||
"prefix": "",
|
||||
"progress": true,
|
||||
"htmlDialogs": true,
|
||||
"contact": true,
|
||||
"configDialog": true,
|
||||
"onePanelMode": false,
|
||||
"configDialog": true,
|
||||
"console": true,
|
||||
"terminal": false,
|
||||
"terminalPath": "",
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
"--one-panel-mode ": "set one panel mode",
|
||||
"--config-dialog ": "enable config dialog",
|
||||
"--console ": "enable console",
|
||||
"--contact ": "enable contact",
|
||||
"--terminal ": "enable terminal",
|
||||
"--terminal-path ": "set terminal path",
|
||||
"--open ": "open web browser when server started",
|
||||
|
|
@ -31,6 +32,7 @@
|
|||
"--no-one-panel-mode ": "unset one panel mode",
|
||||
"--no-config-dialog ": "disable config dialog",
|
||||
"--no-console ": "disable console",
|
||||
"--no-contact ": "disable contact",
|
||||
"--no-terminal ": "disable terminal",
|
||||
"--no-name ": "set default tab name in web browser"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue