mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-29 16:34:21 +08:00
Watch observable
This commit is contained in:
parent
ea3eff5d0d
commit
a451600d8b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<menu class="dropdown-menu right-edge" tabindex="-1" role="menu" aria-labelledby="top-system-dropdown-id">
|
||||
|
||||
<!-- ko foreach: accounts -->
|
||||
<li role="presentation" data-bind="css:{'show-mobile':1==$root.accounts.length}">
|
||||
<li role="presentation" data-bind="css:{'show-mobile':1==$root.accounts().length}">
|
||||
<a class="email-title" href="#" data-bind="click: $root.accountClick, text: name || email,
|
||||
attr: {title: email, 'data-unread': unreadEmails, 'data-icon': $root.accountEmail() === email ? '✔' : '👤'}"></a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue