From 376866bb17c1ce4cab287d83d6340fc1fb9044a4 Mon Sep 17 00:00:00 2001 From: Xinto Date: Fri, 22 Sep 2023 23:14:11 +0400 Subject: [PATCH] add a small comment --- src/main/mainWindow.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index 313982d..c1333ea 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -28,7 +28,6 @@ import { Settings, VencordSettings } from "./settings"; import { createSplashWindow } from "./splash"; import { makeLinksOpenExternally } from "./utils/makeLinksOpenExternally"; import { downloadVencordFiles, ensureVencordFiles } from "./utils/vencordLoader"; -import { SettingsRouter } from "@vencord/types/webpack/common"; let isQuitting = false; let tray: Tray; @@ -196,7 +195,7 @@ function initMenuBar(win: BrowserWindow) { type: "separator" }, isDarwin && { - label: "Hide Vesktop", + label: "Hide Vesktop", //Should probably remove the label, but it says "Hide VencordDesktop" instead of "Hide Vesktop" role: "hide" }, isDarwin && {