(js) Fix missing curly brace

pull/258/head
Francis Lachapelle 2019-07-03 13:33:04 -04:00
parent 679b538368
commit 613e59397a
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@
if (Mailbox.$Preferences.settings.Mail.threadsCollapsed && Mailbox.$Preferences.settings.Mail.threadsCollapsed['/' + this.id]) {
this.$collapsedThreads = Mailbox.$Preferences.settings.Mail.threadsCollapsed['/' + this.id];
}
}
}
this.$displayName = this.name;
if (this.type) {