mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Rename kolab to kolabType for better naming
This commit is contained in:
parent
ef9d1ed220
commit
7e2d86cefe
2 changed files with 6 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ export class MailFolderList extends AbstractViewLeft {
|
|||
addComputablesTo(this, {
|
||||
folderListFocused: () => Scope.FolderList === AppUserStore.focusedState(),
|
||||
|
||||
folderListVisible: () => FolderUserStore.folderList().filter(v => !(v.hidden() || v.kolab()))
|
||||
folderListVisible: () => FolderUserStore.folderList().filter(v => !(v.hidden() || v.kolabType()))
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue