cheshire137 / gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
MIT License
15 stars 10 forks source link

Add menu option to open dev tools #90

Closed cheshire137 closed 8 years ago

cheshire137 commented 8 years ago

We have // mainWindow.webContents.openDevTools() in src/main.js because it's convenient to run the app with the developer console open while debugging. It'd be nicer if we could remove that line altogether and just provide a menu option in src/models/AppMenu.js to open the console.

darrylpargeter commented 8 years ago

Hey @cheshire137, is anyone currently working on this issue? if no one is would it be possible to do it?

cheshire137 commented 8 years ago

Have at it! :) It's all yours.

darrylpargeter commented 8 years ago

Thank you =]

Though quick question are you wanting the menu option appearing within one of the already established menu options or within its own e.g Tools?

cheshire137 commented 8 years ago

Probably a new menu, File/Edit/Help don't seem to fit with this option. I think Tools or View sounds good.