mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 20:07:03 -04:00
Make QuickCss window title consistent with other windows (#859)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
65f7cf9503
commit
b21516d44e
2 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue