diff --git a/TODO.md b/TODO.md index 37814a8..1155653 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,6 @@ =========== - Text cuttoff with attacks -- Add support for app refreshing when there is an update -- We still have an update menu =========== diff --git a/src/components/StartMenu.tsx b/src/components/StartMenu.tsx index 6a3c8c4..7f83859 100644 --- a/src/components/StartMenu.tsx +++ b/src/components/StartMenu.tsx @@ -78,12 +78,6 @@ const StartMenu = () => { ); }, }, - { - label: "Update", - action: () => { - window.location.href = `/?v=${Date.now()}`; - }, - }, ...(DEBUG_MODE ? [ {