node 18.18.0

This commit is contained in:
zadam
2023-09-21 12:29:11 +02:00
parent 75b7706c2c
commit 62ecd1ad76
5 changed files with 8 additions and 5 deletions

View File

@@ -13,6 +13,9 @@ appIconService.installLocalAppIcon();
require('electron-dl')({ saveAs: true });
// needed for excalidraw export https://github.com/zadam/trilium/issues/4271
app.commandLine.appendSwitch("enable-experimental-web-platform-features");
// Quit when all windows are closed, except on macOS. There, it's common
// for applications and their menu bar to stay active until the user quits
// explicitly with Cmd + Q.