fix #135: app redraw in background

This commit is contained in:
antelle 2016-07-24 23:58:21 +03:00
parent d9a6de570f
commit e9110e679c
2 changed files with 5 additions and 1 deletions

View File

@ -109,7 +109,10 @@ function createMainWindow() {
mainWindow = new electron.BrowserWindow({
show: false,
width: 1000, height: 700, 'min-width': 700, 'min-height': 400,
icon: path.join(__dirname, 'icon.png')
icon: path.join(__dirname, 'icon.png'),
webPreferences: {
backgroundThrottling: false
}
});
setMenu();
mainWindow.loadURL('file://' + htmlPath);

View File

@ -4,6 +4,7 @@ Release notes
##### v1.3.0 (TBD)
`+` solarized themes
`+` select field contents on search hotkey
`-` fix app redraw in background
##### v1.2.4 (2016-07-20)
`+` digital signature in installer