allow disabling replies

This commit is contained in:
Samuel Newman
2025-06-19 14:42:54 +03:00
parent 9be3b0794c
commit 728addccb7
@@ -53,11 +53,7 @@ export function ReplyNotificationSettingsScreen({}: Props) {
</Admonition>
</View>
) : (
<PreferenceControls
name="reply"
preference={preferences?.reply}
allowDisableInApp={false}
/>
<PreferenceControls name="reply" preference={preferences?.reply} />
)}
</SettingsList.Container>
</Layout.Content>