This commit is contained in:
MrGarlic 2024-05-05 14:30:36 -04:00
parent 0a654fec80
commit 706748f5a5
2 changed files with 1 additions and 10 deletions

View file

@ -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";

View file

@ -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;
*/
}
},
{