Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Commit

Permalink
other
Browse files Browse the repository at this point in the history
  • Loading branch information
DM164 committed Jan 29, 2020
1 parent 90f61ce commit 5c924c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ app.on('ready', () =>{
tray.setContextMenu(contextMenu)

//Build menu from template
// const topMenu = Menu.buildFromTemplate(mainMenuTemplate);
// Menu.setApplicationMenu(topMenu)
const topMenu = Menu.buildFromTemplate(mainMenuTemplate);
Menu.setApplicationMenu(topMenu)
})

function createNewPresence() {
Expand Down

0 comments on commit 5c924c8

Please sign in to comment.