hmlendea / gfn-electron

Linux Desktop client for Nvidia's GeForce NOW game streaming service
GNU General Public License v3.0
500 stars 62 forks source link

Supported browser detection #73

Closed IgorKvasn closed 2 years ago

IgorKvasn commented 2 years ago

fixes #70

sorry for a lot of git changes - I noticed it after I did git push :( My prettier did his "thing".

Relevant piece of code is in scripts/preload.js file - I used self-invoking function just to emphasis that it is a separate piece of logic

//EDIT now I noticed, that I created this PR from your branch "electron-update" - I can create a new PR that you can merge directly to master, but I guess electron upgrade you did in your branch does no harm anyway

hmlendea commented 2 years ago

Thanks for the fix! I really appreciate it!

The electron-update branch is fine also. They're both going into the same release anyway, as updating electron and its dependencies is also pretty important.