From f7b64ae8b96757faeb2df5ed0354913f85bd359c Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Thu, 1 Jun 2017 19:18:27 +0200 Subject: [PATCH] Remove default command buttons --- src/panels/config/config.js | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/panels/config/config.js b/src/panels/config/config.js index 63937cdf9..42d6b155f 100644 --- a/src/panels/config/config.js +++ b/src/panels/config/config.js @@ -15,19 +15,7 @@ module.exports = { // Default panels fa-sliders for features defaults: [{ id: 'commands', - buttons: [{ - id: crc, - command: crc, - className: 'fa fa-pencil-square-o', - attributes: { title : 'Create element' }, - stopDefaultCommand: 1, - },{ - id: mvc, - command: mvc, - className: 'fa fa-arrows', - attributes: { title: 'Move elements' }, - stopDefaultCommand: 1, - }], + buttons: [{}], },{ id: 'options', buttons: [{