mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-15 03:30:39 +03:00
Hide "star" from disc subtitle rows
This commit is contained in:
parent
f6982fd8ae
commit
0eae6d2a61
@ -110,14 +110,12 @@ const ContextMenu = ({
|
||||
|
||||
return (
|
||||
<span className={classes.noWrap}>
|
||||
{showStar && (
|
||||
<StarButton
|
||||
record={record}
|
||||
resource={resource}
|
||||
visible={visible}
|
||||
color={color}
|
||||
/>
|
||||
)}
|
||||
<StarButton
|
||||
record={record}
|
||||
resource={resource}
|
||||
visible={visible && showStar}
|
||||
color={color}
|
||||
/>
|
||||
<IconButton
|
||||
aria-label="more"
|
||||
aria-controls="context-menu"
|
||||
|
@ -54,6 +54,7 @@ const DiscSubtitleRow = ({
|
||||
<AlbumContextMenu
|
||||
record={{ id: record.albumId }}
|
||||
discNumber={record.discNumber}
|
||||
showStar={false}
|
||||
visible={contextAlwaysVisible || visible}
|
||||
/>
|
||||
</TableCell>
|
||||
|
Loading…
x
Reference in New Issue
Block a user