mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-12 12:21:52 +00:00
lint
This commit is contained in:
@@ -155,7 +155,7 @@ export class Window {
|
||||
this.window.webContents.send(event, ...args)
|
||||
}
|
||||
|
||||
isDestroyed (): void {
|
||||
isDestroyed (): boolean {
|
||||
return !this.window || this.window.isDestroyed()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user