Skip to content

Commit

Permalink
Merge branch 'pu/sd/Felamimail_DockBadge_fix' into '2024.11'
Browse files Browse the repository at this point in the history
fix(Felamimail/js): set badge on correct icon

See merge request tine20/tine20!6381
  • Loading branch information
pschuele committed Dec 19, 2024
2 parents 6dde087 + 5d251f7 commit 52badb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/Felamimail/js/Felamimail.js
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ Tine.Felamimail.Application = Ext.extend(Tine.Tinebase.Application, {
if (this.unreadcountInDefaultInbox < 0) {
this.unreadcountInDefaultInbox = 0;
}
Tine.Tinebase.appMgr.get('Calendar').setDockBadge(this.unreadcountInDefaultInbox)
Tine.Tinebase.appMgr.get('Felamimail').setDockBadge(this.unreadcountInDefaultInbox)

Tine.log.info('Updating title with new unreadcount: ' + this.unreadcountInDefaultInbox);
const currentTitle = document.title;
Expand Down

0 comments on commit 52badb3

Please sign in to comment.