From 358a61705063e3dcf9d2feb5a1b4cb22b4bc384c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 14 Apr 2025 15:24:05 +0100 Subject: [PATCH] Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/electron-main.ts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/electron-main.ts b/src/electron-main.ts index 8dc83a31..262e19c2 100644 --- a/src/electron-main.ts +++ b/src/electron-main.ts @@ -10,18 +10,7 @@ Please see LICENSE files in the repository root for full details. // Squirrel on windows starts the app with various flags as hooks to tell us when we've been installed/uninstalled etc. import "./squirrelhooks.js"; -import { - app, - BrowserWindow, - Menu, - autoUpdater, - protocol, - dialog, - type Input, - type Event, - session, - safeStorage, -} from "electron"; +import { app, BrowserWindow, Menu, autoUpdater, protocol, dialog, type Input, type Event, session } from "electron"; // eslint-disable-next-line n/file-extension-in-import import * as Sentry from "@sentry/electron/main"; import AutoLaunch from "auto-launch";