parent
1064089097
commit
934b54f011
|
@ -168,3 +168,9 @@ app.once('ready', () => {
|
|||
}
|
||||
})
|
||||
})
|
||||
|
||||
app.on('activate', _ => {
|
||||
if (win) {
|
||||
win.show()
|
||||
}
|
||||
})
|
||||
|
|
Reference in New Issue