🔥 remove update function

This commit is contained in:
Chase Manning 2023-10-16 19:22:49 +01:00
commit 0267e52c0b
2 changed files with 0 additions and 8 deletions
TODO.md
src/components

View file

@ -1,8 +1,6 @@
===========
- Text cuttoff with attacks
- Add support for app refreshing when there is an update
- We still have an update menu
===========

View file

@ -78,12 +78,6 @@ const StartMenu = () => {
);
},
},
{
label: "Update",
action: () => {
window.location.href = `/?v=${Date.now()}`;
},
},
...(DEBUG_MODE
? [
{