2.3 released

This commit is contained in:
life
2017-01-22 22:41:16 +08:00
parent 405d6c6330
commit 414a562563
8 changed files with 126 additions and 74 deletions

View File

@@ -1524,7 +1524,7 @@ function toLogin() {
if(isMac()) {
ipc.send('openUrl', {html: 'login.html', width: 278, height: 370, show: true, frame: false, resizable: false })
} else {
ipc.send('openUrl', { width: 278, height: 400, show: true, frame: true, resizable: false })
ipc.send('openUrl', {html: 'login.html', width: 278, height: 400, show: true, frame: true, resizable: false })
}
// gui.getCurrentWindow().close();
}