Developers menu button to show dev tools

This commit is contained in:
DC
2016-04-05 18:40:11 -07:00
parent 074c5824e8
commit 46a6ded095
3 changed files with 19 additions and 5 deletions

View File

@@ -49,14 +49,17 @@ function createAboutWindow () {
function createWebTorrentHiddenWindow () {
var win = windows.webtorrent = new electron.BrowserWindow({
backgroundColor: '#ECECEC',
backgroundColor: '#282828',
show: false,
center: true,
title: 'webtorrent-hidden-window',
width: 500,
height: 500,
useContentSize: true,
width: 368,
height: 388,
minimizable: false,
maximizable: false,
resizable: false,
fullscreenable: false,
fullscreen: false,
skipTaskbar: true
})