Fix: linting errors

This commit is contained in:
Evan / Fero
2023-07-14 12:15:53 -07:00
parent d2bdb55c6d
commit 539c213ef6
2 changed files with 3 additions and 3 deletions

View File

@@ -398,14 +398,14 @@ export class Window {
}
// let color: string = theme.backgroundMore
let symbolColor: string = theme.foreground
const symbolColor: string = theme.foreground
this.window.setTitleBarOverlay(
{
// color: '#00000000',
symbolColor: symbolColor,
height: 32,
}
},
)
})