Add button to delete an anime from a list
This commit is contained in:
parent
4c6942552d
commit
fa5fb4edad
3 changed files with 15 additions and 1 deletions
|
@ -176,7 +176,7 @@ export component AppWindow inherits Window {
|
|||
icon-size: 1.5rem;
|
||||
border-radius: 0;
|
||||
clicked => {
|
||||
// TODO : Missing feature to delete json value in rei-json
|
||||
State.remove-anime(index)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue