mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Use mode: 'detach'
This commit is contained in:
parent
ebc7a5be7c
commit
f1cd44d4d5
|
@ -14,5 +14,5 @@ app.on('ready', () => {
|
||||||
height: 100,
|
height: 100,
|
||||||
});
|
});
|
||||||
mainWindow.loadURL(`file://${__dirname}/index.html`);
|
mainWindow.loadURL(`file://${__dirname}/index.html`);
|
||||||
mainWindow.openDevTools({ detach: true });
|
mainWindow.openDevTools({ mode: 'detach' });
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user