mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
added for local
This commit is contained in:
parent
04fb219bc4
commit
2b731d6a00
@ -122,6 +122,7 @@ export class ElectronCapacitorApp {
|
|||||||
// Use preload to inject the electron varriant overrides for capacitor plugins.
|
// Use preload to inject the electron varriant overrides for capacitor plugins.
|
||||||
// preload: join(app.getAppPath(), "node_modules", "@capacitor-community", "electron", "dist", "runtime", "electron-rt.js"),
|
// preload: join(app.getAppPath(), "node_modules", "@capacitor-community", "electron", "dist", "runtime", "electron-rt.js"),
|
||||||
preload: preloadPath,
|
preload: preloadPath,
|
||||||
|
webSecurity: false
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
this.mainWindowState.manage(this.MainWindow);
|
this.mainWindowState.manage(this.MainWindow);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user