Nativefier/app/src/components
Roberto Leinardi 261ee2913b
Fix #903: JS error when using Electron 7+ and --tray (PR #904)
The API `tray.setHighlightMode(mode)` has been be removed in electron v7.0
without replacement.

This causes the display of an error dialog every time an app is
shown/hidden if the parameter `--tray` is used when nativefying. This is
completely independent form the website you are nativefying and it
happens with all the version of electron after 6.x.

Source: https://www.electronjs.org/docs/api/breaking-changes#tray
2020-02-16 18:11:48 -05:00
..
contextMenu macOS: Add native tabs (PR #579) 2018-05-01 19:24:35 -04:00
login Restore login functionality broken since Electron 5.x (PR #826) 2019-08-22 21:41:37 +02:00
mainWindow feat: proxy rules with `--proxy-rules` flag (#854) 2019-10-22 19:38:39 -04:00
menu app: fix: nativefier application menu support on Electron 5.0 (#876) 2019-10-27 15:42:02 -04:00
trayIcon Fix #903: JS error when using Electron 7+ and --tray (PR #904) 2020-02-16 18:11:48 -05:00