Skip to content

Commit

Permalink
Open devtools on right
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jun 29, 2016
1 parent 4c4df5d commit d681f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ app.on('ready', () => {

mainWindow.loadURL(`file://${__dirname}/app.html`);

mainWindow.openDevTools();
mainWindow.openDevTools({ mode: 'right' });

mainWindow.webContents.on('did-finish-load', () => {
mainWindow.show();
Expand Down

0 comments on commit d681f19

Please sign in to comment.