Merge pull request #686 from hildebrandttk/feat/unified-mailbox-always-available
feat(settings): always show the Unified Mailbox switch in Layout sett…
This commit is contained in:
@@ -245,7 +245,7 @@ export function LayoutSettings() {
|
||||
/>
|
||||
</SettingItem>
|
||||
|
||||
{(accounts.length > 1 || hasGroupInboxes) && !isSettingHidden('enableUnifiedMailbox') && (
|
||||
{!isSettingHidden('enableUnifiedMailbox') && (
|
||||
<SettingItem
|
||||
label={t('unified_mailbox.label')}
|
||||
description={t('unified_mailbox.description')}
|
||||
|
||||
Reference in New Issue
Block a user