I confirm (by marking "x" in the [ ] below):
Summary
On Windows, Desktop notification duration settings in Control Panel not honoured since version 3.7.1.
Steps to reproduce
On Windows:
Expected behavior
Desktop notification balloon stays open for more than 5 sec.
Observed behavior
Desktop notification balloon stays open only for 5 sec regardless of the Control Panel settings.
Possible fixes
I am not sure but I assume that this issue is related to the upgrade from 3.7.0 to 3.7.1.
(Maybe related to Electron upgrade to 1.6.10)
I've looked into the source code but failed to find the right place to fix.
I have disability and 5 sec is too short for me to click on the balloon. It would be amazing if this issue can be solved.
Thanks for all your effort to make this app amazing.
Best.
I haven't known the setting, thanks!
Since v3.7.1, we changed notifications from system tray balloon to Electron's one in order to solve #67.
Notification is implemented at brightray. I feel here is the place to set its duration. And the duration seems to be stored as HKEY_CURRENT_USER楼Control Panel楼Accessibility楼MessageDuration in registry. So we might be able to reflect it by creating a PR against to Electron.
Added the PR. https://github.com/electron/electron/pull/10517
I tested this and I didn't see this issue (desktop notification balloon stays open for more than 5 sec).
I also tested this (Win10) and it's working as expected for me.
ok on Win10, and not ok on Win7(4 sec).
Closed by #711
Most helpful comment
Added the PR. https://github.com/electron/electron/pull/10517