Restore native window chrome

// FREEBIE
This commit is contained in:
lilia 2015-10-16 12:52:10 -07:00
parent 82ce76265d
commit 2f8d973366
5 changed files with 4 additions and 11 deletions

View file

@ -63,8 +63,6 @@
extension.windows.open({
id: 'inbox',
url: 'index.html',
type: 'panel',
frame: 'none',
focused: true,
width: 580,
height: 440,

View file

@ -119,10 +119,6 @@
extension.windows.beforeUnload(function() {
this.inboxListView.stopListening();
}.bind(this));
new Whisper.WindowControlsView({
appWindow: options.appWindow
}).$el.appendTo(this.$('#header'));
},
events: {
'click': 'closeMenu',