More explicit tooltip on archive button hover
This commit is contained in:
@ -75,7 +75,7 @@ export const LibraryHoverActions = (props: LibraryHoverActionsProps) => {
|
||||
/>
|
||||
</Button>
|
||||
<Button
|
||||
title="Archive (e)"
|
||||
title={props.item.isArchived ? 'Archive (e)' : 'Unarchive (e)'}
|
||||
style="hoverActionIcon"
|
||||
onClick={(event) => {
|
||||
const action = props.item.isArchived ? 'unarchive' : 'archive'
|
||||
|
||||
Reference in New Issue
Block a user