mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +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