Skip to content

Commit b36138e

Browse files
authored
Loading index.html updates the title of every browser window (#13)
1 parent 08393a4 commit b36138e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/overlayManager.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ export class OverlayManager {
7272
},
7373
});
7474

75+
browserWindow.on('page-title-updated', (evt) => {
76+
evt.preventDefault();
77+
});
7578
browserWindow.setIgnoreMouseEvents(true);
7679
browserWindow.setVisibleOnAllWorkspaces(true, {
7780
visibleOnFullScreen: true,

0 commit comments

Comments
 (0)