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:
Linus Rath
2026-07-24 21:53:40 +02:00
committed by GitHub
+1 -1
View File
@@ -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')}