Treat Kolab folders as SystemFolder and show the type in User -> Settings -> Folders

This commit is contained in:
djmaze 2021-10-21 17:15:00 +02:00
parent 524cafe689
commit fb86d15c02
3 changed files with 24 additions and 14 deletions

View file

@ -93,4 +93,6 @@ export const
})
.then(clearTimer, clearTimer);
}
};
},
getKeyByValue = (o, v) => Object.keys(o).find(key => o[key] === v);