Skip to content

Commit

Permalink
messagegui: remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
thyttan committed Jan 29, 2025
1 parent 4f563c2 commit d7a3fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/messagegui/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ function checkMessages(options) {
});
}

function returnToCheckMessages(clock) {
function returnToCheckMessages() {
checkMessages({clockIfNoMsg:1,clockIfAllRead:1,ignoreUnread:settings.ignoreUnread,openMusic});
}

Expand Down

0 comments on commit d7a3fe5

Please sign in to comment.