mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Improved Kolab folders visibility
This commit is contained in:
parent
fa6590b3ab
commit
ef9d1ed220
4 changed files with 25 additions and 11 deletions
|
|
@ -42,7 +42,7 @@ export class MailFolderList extends AbstractViewLeft {
|
|||
addComputablesTo(this, {
|
||||
folderListFocused: () => Scope.FolderList === AppUserStore.focusedState(),
|
||||
|
||||
folderListVisible: () => FolderUserStore.folderList().filter(v => !v.hidden())
|
||||
folderListVisible: () => FolderUserStore.folderList().filter(v => !(v.hidden() || v.kolab()))
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue