fix(YouTube/Hide layout components): move Hide join button to the Channel bar subpreference in the Bottom player category

This commit is contained in:
inotia00
2023-10-17 15:59:37 +09:00
parent 5805b2fac5
commit 2024e01057
3 changed files with 7 additions and 1 deletions

View File

@ -47,10 +47,12 @@ object LayoutComponentsPatch : BytecodePatch() {
*/
SettingsPatch.addPreference(
arrayOf(
"PREFERENCE: BOTTOM_PLAYER_SETTINGS",
"PREFERENCE: GENERAL_SETTINGS",
"PREFERENCE: PLAYER_SETTINGS",
"SETTINGS: HIDE_AUDIO_TRACK_BUTTON",
"SETTINGS: HIDE_CHANNEL_BAR_JOIN_BUTTON",
"SETTINGS: HIDE_LAYOUT_COMPONENTS"
)
)