Add installer/updater

This commit is contained in:
2026-01-01 22:28:00 -05:00
parent 2bc2dd0b0c
commit 3c570c9682
3 changed files with 113 additions and 1 deletions

View File

@ -516,7 +516,7 @@ local function selectGateFromList()
break
end
end
-- Check back button (x: 23-28, y: 17-19)
if not dialing and sely >= 17 and sely <= 19 and selx >= 23 and selx <= 28 then
selecting = false