mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
refactor: ReVanced settings UI (remove summary and PreferenceScreen segmentation)
This commit is contained in:
@ -32,8 +32,7 @@ class FlyoutPanelPatch : ResourcePatch {
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"PREFERENCE: OTHER_LAYOUT_SETTINGS",
|
||||
"PREFERENCE_HEADER: FLYOUT_PANEL",
|
||||
"PREFERENCE: FLYOUT_PANEL_LAYOUT_SETTINGS",
|
||||
"SETTINGS: FLYOUT_PANEL_COMPONENT"
|
||||
)
|
||||
)
|
||||
|
@ -70,8 +70,7 @@ class OldQualityLayoutPatch : BytecodePatch(
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"PREFERENCE: OTHER_LAYOUT_SETTINGS",
|
||||
"PREFERENCE_HEADER: FLYOUT_PANEL",
|
||||
"PREFERENCE: FLYOUT_PANEL_LAYOUT_SETTINGS",
|
||||
"SETTINGS: ENABLE_OLD_QUALITY_LAYOUT"
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user