aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/ipcMain.ts2
1 files changed, 1 insertions, 1 deletions
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: {