Make QuickCss window title consistent with other windows (#859)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user