about summary refs log tree commit diff
path: root/src/screens/Settings/NotificationSettings/ReplyNotificationSettings.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-06-20 22:44:53 +0300
committerGitHub <noreply@github.com>2025-06-20 22:44:53 +0300
commit25baf1f6612103a9e777dc7175a9057ce3c399ae (patch)
tree06a3ff7c106de42a61d5b80e68a0fd875cb2d4b2 /src/screens/Settings/NotificationSettings/ReplyNotificationSettings.tsx
parentdcbcd1bb80b7f0c45cea93ed9c10d2b33ac2f0fa (diff)
downloadvoidsky-25baf1f6612103a9e777dc7175a9057ce3c399ae.tar.zst
Allow disabling replies (#8537)
Diffstat (limited to 'src/screens/Settings/NotificationSettings/ReplyNotificationSettings.tsx')
-rw-r--r--src/screens/Settings/NotificationSettings/ReplyNotificationSettings.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/screens/Settings/NotificationSettings/ReplyNotificationSettings.tsx b/src/screens/Settings/NotificationSettings/ReplyNotificationSettings.tsx
index b3e7c6cff..dddf838c6 100644
--- a/src/screens/Settings/NotificationSettings/ReplyNotificationSettings.tsx
+++ b/src/screens/Settings/NotificationSettings/ReplyNotificationSettings.tsx
@@ -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>