1
0
Fork 1
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:
Nick Oates 2024-09-15 10:45:51 -07:00 committed by GitHub
parent f27361f017
commit 7f69bb89e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,