Skip to content

Commit

Permalink
Merge pull request #8811 from zhoro/dev/highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Aug 9, 2023
2 parents 3024e63 + 79cabb6 commit d6705c2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions app/lib/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,14 +392,15 @@ export class Window {
return
}

const symbolColor: string = theme.foreground

this.window.setTitleBarOverlay(
{
symbolColor: symbolColor,
height: 32,
},
)
if (process.platform === 'win32') {
const symbolColor: string = theme.foreground
this.window.setTitleBarOverlay(
{
symbolColor: symbolColor,
height: 32,
},
)
}
})

ipcMain.on('window-set-title', (event, title) => {
Expand Down

0 comments on commit d6705c2

Please sign in to comment.