mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 17:36:23 +00:00
QuickCSS: Prevent flash of white background
This commit is contained in:
parent
f27361f017
commit
7f69bb89e5
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ ipcMain.handle(IpcEvents.OPEN_MONACO_EDITOR, async () => {
|
|||
title,
|
||||
autoHideMenuBar: true,
|
||||
darkTheme: true,
|
||||
backgroundColor: "#1e1e1e",
|
||||
webPreferences: {
|
||||
preload: join(__dirname, IS_DISCORD_DESKTOP ? "preload.js" : "vencordDesktopPreload.js"),
|
||||
contextIsolation: true,
|
||||
|
|
Loading…
Reference in a new issue