From 4be6d390b0c79ede5b35dad21d1380c7a78e168f Mon Sep 17 00:00:00 2001
From: Limezy <arnaudetpia@de-ruffray.fr>
Date: Sun, 26 Feb 2023 22:36:11 +0700
Subject: [PATCH] Create app-05-comments.patch

---
 sources/patches/app-05-comments.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 sources/patches/app-05-comments.patch

diff --git a/sources/patches/app-05-comments.patch b/sources/patches/app-05-comments.patch
new file mode 100644
index 0000000..6e5c417
--- /dev/null
+++ b/sources/patches/app-05-comments.patch
@@ -0,0 +1,22 @@
+diff --git a/app/scenes/Settings/Features.tsx b/app/scenes/Settings/Features.tsx
+index 4fe94b044..59ac35485 100644
+--- a/app/scenes/Settings/Features.tsx
++++ b/app/scenes/Settings/Features.tsx
+@@ -57,7 +57,7 @@ function Features() {
+           />
+         </SettingRow>
+       )}
+-      {/* <SettingRow
++      {<SettingRow
+         name={TeamPreference.Commenting}
+         label={
+           <Flex align="center">
+@@ -75,7 +75,7 @@ function Features() {
+           disabled={!team.collaborativeEditing}
+           onChange={handlePreferenceChange}
+         />
+-      </SettingRow> */}
++      </SettingRow>}
+       {team.avatarUrl && (
+         <SettingRow
+           name={TeamPreference.PublicBranding}
\ No newline at end of file