From b21516d44e37d14a84f471ca3116f86d518c2e2d Mon Sep 17 00:00:00 2001 From: Cat <89495053+aRealCatTBH@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:07:36 -0400 Subject: Make QuickCss window title consistent with other windows (#859) Co-authored-by: V --- src/main/ipcMain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/ipcMain.ts b/src/main/ipcMain.ts index b0f8fc3..d60200f 100644 --- a/src/main/ipcMain.ts +++ b/src/main/ipcMain.ts @@ -93,7 +93,7 @@ export function initIpc(mainWindow: BrowserWindow) { ipcMain.handle(IpcEvents.OPEN_MONACO_EDITOR, async () => { const win = new BrowserWindow({ - title: "QuickCss Editor", + title: "Vencord QuickCSS Editor", autoHideMenuBar: true, darkTheme: true, webPreferences: { -- cgit