E-mail notifs in prefs

This commit is contained in:
Sylvain Duchesne
2026-01-26 17:43:59 +01:00
parent 9181cf46a0
commit 22164b8bb0
4 changed files with 623 additions and 623 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export function SettingsScreen({ navigate }: ScreenProps) {
<div style={{ flex: 1 }}>
<Text style={{ margin: 0 }}>Notifications</Text>
<Text style={{ margin: 0, fontSize: 12, color: 'var(--sketch-gray)' }}>
Recevoir les notifications push
Recevoir les invitations par e-mail
</Text>
</div>
<Toggle checked={notifications} onChange={setNotifications} />