Hello, I have a issue with notifications in Ubuntu 20.04.
If I click on send on this site the notification is not shown

No, notifications anywhere, I have made a pull request to fix it:
https://github.com/jiahaog/nativefier/pull/955
Quick workaround is this after build:
sed -i "s/const newNotify =.*/const newNotify = function (title, opt) {/" YOUR_DIRECTORY/resources/app/lib/preload.js
Most helpful comment
No, notifications anywhere, I have made a pull request to fix it:
https://github.com/jiahaog/nativefier/pull/955
Quick workaround is this after build:
sed -i "s/const newNotify =.*/const newNotify = function (title, opt) {/" YOUR_DIRECTORY/resources/app/lib/preload.js