From 8c56b8089c0762239213c7b1479ad1554be92dd0 Mon Sep 17 00:00:00 2001 From: Isaac Weingrad <48636131+Moogamouth@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:27:52 -0500 Subject: [PATCH] Update main.js (#1514) Fixed typo --- app/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.js b/app/main.js index c4245781..16caf5e6 100644 --- a/app/main.js +++ b/app/main.js @@ -690,7 +690,7 @@ function startMicrobreak () { nextIdea = null if (settings.get('microbreakStartSoundPlaying') && !settings.get('silentNotifications')) { - processWin.webContents.send('playSound', settings.get('mimiBreakAudio'), settings.get('volume')) + processWin.webContents.send('playSound', settings.get('miniBreakAudio'), settings.get('volume')) } for (let localDisplayId = 0; localDisplayId < numberOfDisplays(); localDisplayId++) {