mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) deprecate --one-panel-mode in favour --one-file-panel
This commit is contained in:
parent
697df5846f
commit
9963577a65
13 changed files with 94 additions and 37 deletions
|
|
@ -105,6 +105,12 @@
|
|||
Cache
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
<input data-name="js-onePanelMode" type="checkbox" {{ onePanelMode }}>
|
||||
One Panel Mode
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
<input data-name="js-keysPanel" type="checkbox" {{ keysPanel }}>
|
||||
|
|
@ -162,12 +168,6 @@
|
|||
HTML Dialogs
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
<input data-name="js-onePanelMode" type="checkbox" {{ onePanelMode }}>
|
||||
One Panel Mode
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
<input data-name="js-syncConsolePath" type="checkbox" {{ syncConsolePath }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue