mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix lints
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import "./electron.scss";
|
||||
|
||||
export const isElectron = import.meta.env.VITE_ELECTRON && window.electronInterface != undefined;
|
||||
export const isElectron = import.meta.env.VITE_ELECTRON && window.electronInterface !== undefined;
|
||||
|
||||
if (isElectron) {
|
||||
console.log("Running in Electron");
|
||||
|
||||
Reference in New Issue
Block a user