bumped eslint

This commit is contained in:
Eugene
2023-08-25 23:40:36 +02:00
parent 4684b0d6f5
commit 1b0ce6d684
21 changed files with 536 additions and 327 deletions

View File

@@ -183,7 +183,7 @@ export class Application {
}
enableTray (): void {
if (this.tray || process.platform === 'linux') {
if (!!this.tray || process.platform === 'linux') {
return
}
if (process.platform === 'darwin') {