mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
mode: 'detach'
This commit is contained in:
parent
86ed9473d2
commit
349f4a27f8
|
@ -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