This commit is contained in:
the-djmaze 2024-02-11 20:48:03 +01:00
parent ec5d570ac6
commit 4c84c6cdfc
5 changed files with 15 additions and 6 deletions

View file

@ -39,6 +39,8 @@ export class MailFolderList extends AbstractViewLeft {
this.foldersFilter = foldersFilter;
this.filterUnseen = ko.observable(false);
addComputablesTo(this, {
foldersFilterVisible: () => 20 < FolderUserStore.folderList().CountRec,