move Hide community guidelines setting to comments component setting

This commit is contained in:
inotia00
2023-02-22 20:07:30 +09:00
parent 115e91f26a
commit f0d615d145
3 changed files with 18 additions and 8 deletions

View File

@ -97,7 +97,11 @@ class GeneralAdsPatch : ResourcePatch {
"PREFERENCE: GENERAL_LAYOUT_SETTINGS",
"PREFERENCE_HEADER: PLAYER",
"SETTINGS: HIDE_VIEW_PRODUCT"
"SETTINGS: HIDE_VIEW_PRODUCT",
"PREFERENCE: OTHER_LAYOUT_SETTINGS",
"PREFERENCE_HEADER: BOTTOM_PLAYER",
"SETTINGS: COMMENT_COMPONENT_PARENT"
)
)

View File

@ -34,7 +34,8 @@ class CommentComponentPatch : ResourcePatch {
arrayOf(
"PREFERENCE: OTHER_LAYOUT_SETTINGS",
"PREFERENCE_HEADER: BOTTOM_PLAYER",
"SETTINGS: COMMENT_COMPONENT"
"SETTINGS: COMMENT_COMPONENT_PARENT",
"SETTINGS: COMMENT_COMPONENTS"
)
)