Skip to content

Commit

Permalink
remove gist in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Sep 29, 2016
1 parent 3528b75 commit 8ec1423
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/eme/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,17 +163,6 @@ module.exports = cb => {
{
type: 'separator'
},
{
label: 'Publish to GitHub Gist',
accelerator: 'CmdOrCtrl+Option+G',
enabled: Boolean(settings.autoSaveGist && settings.tokens.github),
click(item, focusedWindow) {
if (focusedWindow) focusedWindow.webContents.send('publish-to-github-gist')
}
},
{
type: 'separator'
},
{
label: 'Export as PDF',
accelerator: 'CmdOrCtrl+Shift+P',
Expand Down

0 comments on commit 8ec1423

Please sign in to comment.