fix: hide duplicated status actions items on details page in zen mode (#2731)

This commit is contained in:
TAKAHASHI Shuuji 2024-04-01 14:25:53 +09:00 committed by GitHub
parent eee671cdc3
commit d8d9975756
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@ function showFavoritedAndBoostedBy() {
<template #popper>
<div flex="~ col">
<template v-if="getPreferences(userSettings, 'zenMode')">
<template v-if="getPreferences(userSettings, 'zenMode') && !details">
<CommonDropdownItem
:text="$t('action.reply')"
icon="i-ri:chat-1-line"