We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08393a4 commit b36138eCopy full SHA for b36138e
src/app/overlayManager.ts
@@ -72,6 +72,9 @@ export class OverlayManager {
72
},
73
});
74
75
+ browserWindow.on('page-title-updated', (evt) => {
76
+ evt.preventDefault();
77
+ });
78
browserWindow.setIgnoreMouseEvents(true);
79
browserWindow.setVisibleOnAllWorkspaces(true, {
80
visibleOnFullScreen: true,
0 commit comments