Skip to content

Commit

Permalink
Don't show 'Electron' as title
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Apr 4, 2016
1 parent cf830dd commit 9444356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ var openfile = null
function newWindow(path) {
var window = new BrowserWindow({
icon: process.platform == 'linux' ? __dirname + '/logo.png' : null,
title: 'Sabaki',
useContentSize: true,
width: setting.get('window.width'),
height: setting.get('window.height'),
minWidth: setting.get('window.minwidth'),
minHeight: setting.get('window.minheight'),
useContentSize: true,
backgroundColor: '#EAB45E',
webPreferences: {
textAreasAreResizable: false
Expand Down

0 comments on commit 9444356

Please sign in to comment.