for system file link protocol

This commit is contained in:
MathieuG-P
2022-11-06 01:35:58 +01:00
parent 4544ee5622
commit df4df8add1
+1 -1
View File
@@ -20,7 +20,7 @@ export class WindowManagerService{
show: false,
frame: false,
titleBarOverlay: false,
webPreferences: { preload: PRELOAD_PATH }
webPreferences: { preload: PRELOAD_PATH, webSecurity: false }
}
private readonly windows: Map<AppWindow, BrowserWindow> = new Map<AppWindow, BrowserWindow>();