From 5f3345e8ae6ac2ae900774f9c747462371acd3a1 Mon Sep 17 00:00:00 2001 From: Tzikas Date: Mon, 21 Jun 2021 14:15:36 -0400 Subject: [PATCH] 145 --- main.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index fb0a31a..034fdb0 100644 --- a/main.js +++ b/main.js @@ -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, @@ -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, diff --git a/package.json b/package.json index 47a3255..5473a2d 100644 --- a/package.json +++ b/package.json @@ -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",