Make QuickCss window title consistent with other windows (#859)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Cat 2023-04-10 18:07:36 -04:00 committed by GitHub
parent 65f7cf9503
commit b21516d44e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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: {