git ssb

10+

Matt McKegg / patchwork



Commit 65ce43c530961dac5a312bda0a2f882c2b075ac7

Fix window frame regression

Christian Bundy committed on 5/3/2018, 2:46:58 PM
Parent: abdfdab7259f8f8c62221e7d3e23947e30cb29ed

Files changed

lib/window.jschanged
lib/window.jsView
@@ -3,9 +3,10 @@
33 var extend = require('xtend/mutable')
44
55 module.exports = function Window (config, path, opts) {
66 var window = new electron.BrowserWindow(extend({
7- show: false
7+ show: false,
8+ titleBarStyle: 'hidden',
89 }, opts))
910
1011 electron.ipcMain.on('ready-to-show', handleReadyToShow)
1112

Built with git-ssb-web