diff --git a/src/App.jsx b/src/App.jsx index ae2614e..b2dc9da 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -18,15 +18,6 @@ function isElectron() { ) { return true; } - - if ( - typeof process !== "undefined" && - typeof process.versions === "object" && - !!process.versions.electron - ) { - return true; - } - if ( typeof navigator === "object" && typeof navigator.userAgent === "string" &&