Skip to content

Commit

Permalink
Hide image blur size config if dynamic background is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli authored Mar 5, 2024
1 parent 2342d1c commit ae1db48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const Controls = () => {
</Option.Control>
</Option>
)}
{dynamicIsImage && (
{dynamicBackground && dynamicIsImage && (
<Option>
<Option.Label>
{t('page.fullscreenPlayer.config.dynamicImageBlur', {
Expand Down

0 comments on commit ae1db48

Please sign in to comment.