Skip to content

Commit

Permalink
add in createMenu() to support copying and pasting
Browse files Browse the repository at this point in the history
fixes #160 #108
  • Loading branch information
davidferguson committed Aug 31, 2018
1 parent a78d0b0 commit b0c1404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ function launchPiBakery () {
electronLocalshortcut.register(mainWindow, 'CommandOrControl+Shift+Plus', function () {
mainWindow.webContents.send('testBlock')
})

createMenu()
}


Expand Down

0 comments on commit b0c1404

Please sign in to comment.