mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
fix(category-picker): Hide starred label
This commit is contained in:
parent
af677e3b43
commit
c0596ef8e4
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export default class CategoryPickerPopover extends Component {
|
|||
|
||||
if (account) {
|
||||
if (account.usesLabels()) {
|
||||
hiddenCategories = Category.StandardCategoryNames.concat(["N1-Snoozed"])
|
||||
hiddenCategories = Category.StandardCategoryNames.concat(["starred", "N1-Snoozed"])
|
||||
if (allInInbox) {
|
||||
hiddenCategories.push("inbox")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue