Nativefier/app/src
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
..
components Fix #903: JS error when using Electron 7+ and --tray (PR #904) 2020-02-16 18:11:48 -05:00
helpers Fix #610 - Make the counter regexp allow punctuation (#626) 2018-05-28 08:14:54 -04:00
static Fix CSS & JavaScript injection (Fixes #703, Fixes #731, PR #732) 2019-01-01 23:38:45 -05:00
main.js Squirrel: resolve .quit() issue with missing ../screen (PR #784) 2019-04-19 13:21:36 -04:00