Skip to content

Commit

Permalink
Update main.js (#1514)
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Moogamouth authored Nov 22, 2024
1 parent edd670c commit 8c56b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 8c56b80

Please sign in to comment.