mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
New: Tooltips for remove actions
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
14867cff7e
commit
4712f7f947
8 changed files with 8 additions and 1 deletions
|
@ -114,6 +114,7 @@ class BackupRow extends Component {
|
|||
/>
|
||||
|
||||
<IconButton
|
||||
title="Delete backup"
|
||||
name={icons.DELETE}
|
||||
onPress={this.onDeletePress}
|
||||
/>
|
||||
|
|
|
@ -224,6 +224,7 @@ class QueuedTaskRow extends Component {
|
|||
{
|
||||
status === 'queued' &&
|
||||
<IconButton
|
||||
title="Removed from task queue"
|
||||
name={icons.REMOVE}
|
||||
onPress={this.onCancelPress}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue