Skip to content

Commit

Permalink
Merge pull request #11 from etclabscore/fix/app-on-ready
Browse files Browse the repository at this point in the history
fix: update on ready to be menubar not app
  • Loading branch information
shanejonas authored Jun 17, 2019
2 parents 82a9036 + 90414e0 commit c50d34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const mb = menubar({
: `file://${path.join(__dirname, "../build/index.html")}`,
});

mb.app.on("ready", () => {
mb.on("ready", () => {
console.log("app is ready") //tslint:disable-line
});

0 comments on commit c50d34b

Please sign in to comment.