mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Create app-05-comments.patch
This commit is contained in:
parent
9fb7931856
commit
4be6d390b0
1 changed files with 22 additions and 0 deletions
22
sources/patches/app-05-comments.patch
Normal file
22
sources/patches/app-05-comments.patch
Normal file
|
@ -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}
|
Loading…
Add table
Reference in a new issue