diff --git a/apps/common/main/lib/controller/Desktop.js b/apps/common/main/lib/controller/Desktop.js index 1e5670f1f..8ffaa0a56 100644 --- a/apps/common/main/lib/controller/Desktop.js +++ b/apps/common/main/lib/controller/Desktop.js @@ -209,11 +209,11 @@ define([ Common.NotificationCenter.trigger('app:config', {canUndock: true}); } + native.execCommand('webapps:features', JSON.stringify( + {version: config.version, eventloading:true, titlebuttons:true, viewmode:!mode.isEdit, crypted:mode.isCrypted} )); + titlebuttons = {}; - if ( !mode.isEdit ) { - native.execCommand('webapps:features', JSON.stringify( - {version: config.version, eventloading:true, titlebuttons:true, viewmode:true} )); - } else { + if ( mode.isEdit ) { var header = webapp.getController('Viewport').getView('Common.Views.Header'); if (!!header.btnSave) { titlebuttons['save'] = {btn: header.btnSave};