diff --git a/app/ux/WebView.js b/app/ux/WebView.js index 871e0ba7..d31bf2ab 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -577,7 +577,7 @@ Ext.define('Rambox.ux.WebView',{ ,setStatusBar: function(keep) { var me = this; - me.down('statusbar').destroy(); + me.removeDocked(me.down('statusbar'), true); if ( keep ) { me.addDocked(me.statusBarConstructor(false));