Running html only if running in Electron.js

Viewed 14

Is there a way to check if running in electron in Vue to either hide or show code on the website?

I have a hamburger menu built in html/vuejs with calls to electron code that should only show if the user is running the web app through electron, but I don't know how to do that.

0 Answers
Related