My system runs in english, but most of my chats to on WhatsApp are in portuguese, so the default spellchecker is an annoyance, I tried rebuilding the package with "spellcheck": false, and even removed that line entirely, just to figure out it would not make a difference.
This is not really a bug, but the line with browserwindow-options on PKGBUILD is misleading since it does not take effect, made me spend some time to understand what was going on. Maybe removing that line and adding the proper code into the inject file would spare the time for other people.
This line seems to have no effect:
My system runs in english, but most of my chats to on WhatsApp are in portuguese, so the default spellchecker is an annoyance, I tried rebuilding the package with
"spellcheck": false
, and even removed that line entirely, just to figure out it would not make a difference.On a little research I found this link reference: https://github.com/nativefier/nativefier/blob/master/API.md
Appending these lines to the inject file seemed to do the trick to disable the spellchecker:
This is not really a bug, but the line with
browserwindow-options
on PKGBUILD is misleading since it does not take effect, made me spend some time to understand what was going on. Maybe removing that line and adding the proper code into the inject file would spare the time for other people.