Skip to content

Commit

Permalink
fix(youtube/hide-layout-components): preserve gap when hiding expanda…
Browse files Browse the repository at this point in the history
…ble chips
  • Loading branch information
oSumAtrIX committed Jun 18, 2023
1 parent 007eaa0 commit b47a214
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -104,7 +104,7 @@ public LayoutComponentsFilter() {

final var expandableMetadata = new StringFilterGroup(
SettingsEnum.HIDE_EXPANDABLE_CHIP,
"expandable_metadata"
"inline_expander"
);

final var chapters = new StringFilterGroup(
Expand Down

0 comments on commit b47a214

Please sign in to comment.