diff --git a/README.md b/README.md
index ffaac353d..502707d78 100644
--- a/README.md
+++ b/README.md
@@ -249,6 +249,13 @@ yarn build:linux
Firdavs
+
+
{t("cancelled")}
; if (game?.status === "downloading_metadata") return{t("starting_download")}
; @@ -115,6 +116,8 @@ export function Downloads() { > ); } + + return null; }; const openDeleteModal = (gameId: number) => { @@ -210,6 +213,12 @@ export function Downloads() { ); }; + const handleDeleteGame = () => { + if (gameToBeDeleted.current) { + deleteGame(gameToBeDeleted.current).then(updateLibrary); + } + }; + return (