Skip to content

Commit

Permalink
145
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzikas committed Jun 21, 2021
1 parent cea1b06 commit 5f3345e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function createJitsiMeetWindow() {


return notifier.notify({
title: `🏡 ${post.user?.name}`,
title: `🏡 ${post.user.name}`,
message: post.message,
// icon: post.user.avatar,
// sound: true,
Expand All @@ -312,7 +312,7 @@ function createJitsiMeetWindow() {


return notifier.notify({
title: `${icon} ${last.userId?.name}`,
title: `${icon} ${last.userId.name}`,
message: last.message,
// icon: path.resolve(basePath, './resources/icon.png'),
// sound: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CowBellClub",
"version": "1.4.4",
"version": "1.4.5",
"description": "Electron application for Cowbell Club",
"main": "./build/main.js",
"productName": "CowbellClub",
Expand Down

0 comments on commit 5f3345e

Please sign in to comment.