Skip to content

Commit

Permalink
In Dev mode, open CHrome Deve Tools in detached mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Oct 27, 2019
1 parent cb4c471 commit 9beb241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Add ability to select system as a theme option and make it the default
- Added support for the unicode bullet • in list items
- Display a notice that notes are loading when notes are loading
- In dev mode open Chrome Dev Tools in a separate window

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion desktop/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = function main() {
}

if (isDev || process.argv.includes('--devtools')) {
mainWindow.openDevTools();
mainWindow.openDevTools({ mode: 'detach' });
}

// Configure and set the application menu
Expand Down

0 comments on commit 9beb241

Please sign in to comment.