mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Can update email settings
This commit is contained in:
@ -98,6 +98,16 @@ class __GeneralAccountSettingsBodyState
|
||||
},
|
||||
checkInput: (s) => s.length >= 3,
|
||||
),
|
||||
|
||||
// Emails settings
|
||||
SettingsTile.switchTile(
|
||||
title: tr("Allow comunic to send emails"),
|
||||
onToggle: (s) {
|
||||
_settings.allowComunicEmails = s;
|
||||
_updateSettings();
|
||||
},
|
||||
switchValue: _settings.allowComunicEmails,
|
||||
),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user