Hi,
Please open file "\CuteSoft_Client\Gallery\Editor\Explorer\Code.js" and find the code below, then remove it. it will removes the new category button.
- var newcatebtn=CreateEditorButton("Images/standard-category.png",GalleryLocalize.CLICK_NEWCATEGORY);
- leftToolbar.appendChild(newcatebtn);
- newcatebtn.onclick=function(){ browser.PromptNewCategory(); };
Regards,
Ken