mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve #1427
This commit is contained in:
parent
ec5d570ac6
commit
4c84c6cdfc
5 changed files with 15 additions and 6 deletions
|
|
@ -39,6 +39,8 @@ export class MailFolderList extends AbstractViewLeft {
|
|||
|
||||
this.foldersFilter = foldersFilter;
|
||||
|
||||
this.filterUnseen = ko.observable(false);
|
||||
|
||||
addComputablesTo(this, {
|
||||
foldersFilterVisible: () => 20 < FolderUserStore.folderList().CountRec,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue