diff --git a/src/routes/_components/status/Status.html b/src/routes/_components/status/Status.html index df3013b1..9fe87571 100644 --- a/src/routes/_components/status/Status.html +++ b/src/routes/_components/status/Status.html @@ -254,7 +254,8 @@ ), spoilerShown: ({ $spoilersShown, uuid }) => !!$spoilersShown[uuid], replyShown: ({ $repliesShown, uuid }) => !!$repliesShown[uuid], - showCard: ({ originalStatus, isStatusInNotification, showMedia }) => ( + showCard: ({ originalStatus, isStatusInNotification, showMedia, $hideCards }) => ( + !$hideCards && !isStatusInNotification && !showMedia && originalStatus.card && diff --git a/src/routes/_pages/settings/general.html b/src/routes/_pages/settings/general.html index 23a3f1e3..3f0fbfea 100644 --- a/src/routes/_pages/settings/general.html +++ b/src/routes/_pages/settings/general.html @@ -32,6 +32,11 @@ bind:checked="$disableCustomScrollbars" on:change="onChange(event)"> +