mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(menu) title: Menu -> Cloud Commander
This commit is contained in:
parent
4662bd7312
commit
0c88313682
1 changed files with 3 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ CloudCmd.Menu = MenuProto;
|
|||
|
||||
const exec = require('execon');
|
||||
const currify = require('currify/legacy');
|
||||
const wrap = require('wraptile/legacy');
|
||||
|
||||
const {FS} = require('../../common/cloudfunc');
|
||||
|
||||
|
|
@ -25,9 +26,9 @@ function MenuProto(position) {
|
|||
const Dialog = DOM.Dialog;
|
||||
const Images = DOM.Images;
|
||||
const Menu = this;
|
||||
const TITLE = 'Menu';
|
||||
const TITLE = 'Cloud Commander';
|
||||
const alert = currify(Dialog.alert, TITLE);
|
||||
const alertNoFiles = () => Dialog.alert.noFiles(TITLE);
|
||||
const alertNoFiles = wrap(Dialog.alert.noFiles)(TITLE);
|
||||
|
||||
let MenuShowedName;
|
||||
let MenuContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue