Add button to delete an anime from a list

This commit is contained in:
Vyn 2024-11-22 18:11:58 +01:00
parent 4c6942552d
commit fa5fb4edad
3 changed files with 15 additions and 1 deletions

View file

@ -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)
}
}
}