web: add notification sound toggle and complete notifications module
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -448,6 +448,7 @@ export function SettingsPanel({ open, onClose }: Props) {
|
||||
}
|
||||
}}
|
||||
/>
|
||||
<CheckboxOption checked={prefs.notificationSound} label="Notification Sound" onChange={(checked) => updatePrefs({ notificationSound: checked })} />
|
||||
<CheckboxOption checked={prefs.messagePreview} label="Message Preview" onChange={(checked) => updatePrefs({ messagePreview: checked })} />
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user