asadadams / simple-electron-react-boilerplate

Simple and minimal Electron + React Boilerplate
4 stars 0 forks source link

Change window title. #4

Closed xGodThunder closed 4 years ago

xGodThunder commented 4 years ago

Hey buddy, I am using your boilerplate to build my project and I am not able to figure out how to change the title of minWindow. Any suggestions would be appreciated. Thanks and be safe.

xGodThunder commented 4 years ago

mainWindow.on('page-title-updated', function(e) { e.preventDefault() });

this worked. thanks :)

asadadams commented 4 years ago

Alright , that is great @xGodThunder