rhysd / electron-about-window

'About This App' mini-window for Electron apps
https://www.npmjs.com/package/about-window
MIT License
409 stars 46 forks source link

win_title doesn't work. #43

Closed gaetandezeiraud closed 4 years ago

gaetandezeiraud commented 4 years ago

Hi, Thanks for this project. I have a problem, the string set with the parameter win_title doesn't work. The window conserve the default name About {app name}.

Electron: 6.0.6 Node: 12.4.0

Any idea to fix this? Thanks.

gaetandezeiraud commented 4 years ago

I use

win_options: {
    title: 'À propos'
},

Because win_title don't work. Thanks.

rhysd commented 4 years ago

You're correct. win_title does not exist actually. It was my bad that README.md was not correct.