This commit is contained in:
Vanessa 2023-06-26 23:30:53 +08:00
parent 694557fd14
commit f09f1dea39
8 changed files with 8 additions and 8 deletions

View file

@ -394,7 +394,7 @@ const initKernel = (workspace, port, lang) => {
width: Math.floor(screen.getPrimaryDisplay().size.width / 2),
height: Math.floor(screen.getPrimaryDisplay().workAreaSize.height / 2),
frame: false,
backgroundColor: "#1e1f22",
backgroundColor: "#1e1e1e",
icon: path.join(appDir, "stage", "icon-large.png"),
});