From 706748f5a59342d1014726b0e41c2648e49e2964 Mon Sep 17 00:00:00 2001 From: MrGarlic Date: Sun, 5 May 2024 14:30:36 -0400 Subject: [PATCH] cleanup --- src/main/ipc.ts | 2 +- src/main/mainWindow.ts | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/main/ipc.ts b/src/main/ipc.ts index 8fad6b0..e0bf131 100644 --- a/src/main/ipc.ts +++ b/src/main/ipc.ts @@ -18,7 +18,7 @@ import { IpcEvents } from "../shared/IpcEvents"; import { setBadgeCount } from "./appBadge"; import { autoStart } from "./autoStart"; import { VENCORD_FILES_DIR, VENCORD_QUICKCSS_FILE, VENCORD_THEMES_DIR } from "./constants"; -import { mainWin, getTrayIcon } from "./mainWindow"; +import { mainWin } from "./mainWindow"; import { Settings } from "./settings"; import { handle, handleSync } from "./utils/ipcWrappers"; import { PopoutWindows } from "./utils/popout"; diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index fc04402..b5b74bf 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -106,15 +106,6 @@ function initTray(win: BrowserWindow) { label: "Change Tray Icon", async click() { await setTrayIcon(); - /* - switch (choice) { - case "invalid": - return; - case "cancelled": - return; - } - Settings.store.trayIconPath = choice; - */ } }, {