Fix lints

This commit is contained in:
2025-10-11 00:35:58 +03:00
Unverified
parent 2b63106248
commit c95538e26c
50 changed files with 505 additions and 515 deletions
+1 -1
View File
@@ -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");