mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-21 11:17:52 +00:00
2.3 released
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user