fix: set appVersion to ignore version checking. Closes #371 #372 #373 by ToxesFoxes · Pull Request #374 · Figma-Linux/figma-linux

Found version checking script inside of figma source code.
image
image

That code was used in c() function
image
and used to display unsupported figma version dialog
image

I just added appVersion into window.__figmaDesktop to skip userAgent check because userAgent change in session didnt work
image

UserAgent don't change after that manipulations
image

Here is the proof:
image