GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
205 stars 61 forks source link

Allow using keyboard shortcut for devtools in production desktop builds #4459

Closed cmdcolin closed 3 months ago

cmdcolin commented 3 months ago

Mac actually already allows toggle devtools via it's special 'app menu' but linux disables the app menu, so it does not have the abiltiy to call up devtools

This PR uses electron-debug's "isEnabled:true" to enable the ability to call up devtools with keyboard shortcuts like ctrl+shift+i in production builds