Skip to content

Commit

Permalink
Fix window title on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
alexk111 committed Jan 21, 2024
1 parent c4d2070 commit 1724946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/infra/browserWindow/browserWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export function createRendererWindow(
}
),
icon,
title: 'Freeter',
minWidth,
minHeight,
webPreferences: {
Expand Down

0 comments on commit 1724946

Please sign in to comment.