This commit is contained in:
djmaze 2021-08-25 16:27:17 +02:00
parent 6435fc3876
commit 8a22ddff5e
4 changed files with 10 additions and 20 deletions

View file

@ -135,7 +135,7 @@ export const FolderUserStore = new class {
list.forEach(folder => {
if (
folder &&
folder.selectable &&
folder.selectable() &&
folder.exists &&
timeout > folder.expires &&
(folder.isSystemFolder() || (folder.subscribed() && (folder.checkable() || !bDisplaySpecSetting)))