fix eq earrape?
This commit is contained in:
parent
dabc66c42b
commit
a11e5483fc
3 changed files with 32 additions and 33 deletions
|
@ -35,6 +35,12 @@ electron.app.on('ready', () => {
|
|||
App.bwCreated(win);
|
||||
/// please dont change this for plugins to get proper and fully initialized Win objects
|
||||
plug.callPlugins('onReady', win);
|
||||
const reactDevToolsPath = "E:/Cider/build/audion"
|
||||
|
||||
|
||||
await electron.session.defaultSession.loadExtension(reactDevToolsPath).then(() => {
|
||||
console.log('reads')
|
||||
})
|
||||
win.on("ready-to-show", () => {
|
||||
win.show();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue