This commit is contained in:
Eugene Pankov 2021-12-15 23:30:33 +01:00
parent 0e9723cb3b
commit 81aa747d83
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -158,7 +158,7 @@ export class Window {
})
}
makeMain () {
makeMain (): void {
this.isMainWindow = true
this.window.webContents.send('host:became-main-window')
}