feat: enable trusted-senders address book sync by default when contacts are available

This commit is contained in:
Linus Rath
2026-07-09 13:59:52 +02:00
parent 38313639ed
commit c47137fb49
3 changed files with 14 additions and 3 deletions
@@ -67,7 +67,7 @@ export function ContentSendersSettings() {
<SettingItem label={t('trusted_senders.use_address_book_label')} description={t('trusted_senders.use_address_book_description')}>
<ToggleSwitch
checked={trustedSendersAddressBook}
checked={!!trustedSendersAddressBook}
onChange={(checked) => updateSetting('trustedSendersAddressBook', checked)}
/>
</SettingItem>