We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3cffe commit 98d7998Copy full SHA for 98d7998
apps/messagegui/app.js
@@ -731,9 +731,6 @@ function checkMessages(options) {
731
}
732
return;
733
734
- // no new messages: show playing music? Only if we have playing music, or state=="show" (set by messagesmusic)
735
- if (options.openMusic && MESSAGES.some(m=>m.id=="music" && ((m.track && m.state=="play") || m.state=="show")))
736
- return showMessageOverview('music');
737
// no new messages - go to clock?
738
if (options.clockIfAllRead && newMessages.length==0)
739
return load();
0 commit comments