mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 02:35:41 +00:00
Fix: linting errors
This commit is contained in:
@@ -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,
|
||||
}
|
||||
},
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user