mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
rl.setWindowTitle() to rl.setTitle()
This commit is contained in:
parent
951ba62621
commit
089f016633
7 changed files with 11 additions and 12 deletions
|
|
@ -46,7 +46,7 @@ export class MailBoxUserScreen extends AbstractScreen {
|
|||
const count = Settings.app('listPermanentFiltered') ? 0 : FolderUserStore.foldersInboxUnreadCount(),
|
||||
email = AccountUserStore.email();
|
||||
|
||||
rl.setWindowTitle(
|
||||
rl.setTitle(
|
||||
(email
|
||||
? '' + (0 < count ? '(' + count + ') ' : ' ') + email + ' - '
|
||||
: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue