Skip to content

Commit

Permalink
updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
callFEELD committed Apr 17, 2020
1 parent 7f509a5 commit a3ffa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function addBrowserViewEvents(browserView) {

// catches notifications and displays them
ipcMain.on("notification-show", function (event, arg) {
let note = new Notification({icon: path.join(__dirname, "../assets/img/threema_128.png")});
let note = new Notification({icon: path.join("assets/img/threema_128.png")});
note.title = arg.title;
note.body = arg.options.body;
note.show();
Expand Down

0 comments on commit a3ffa9c

Please sign in to comment.