From 5140c308220515e68ddc6731037a779787b5e70f Mon Sep 17 00:00:00 2001 From: poco0317 Date: Thu, 11 Oct 2018 17:54:18 -0500 Subject: [PATCH] Fix inputting space on pack download screen --- .../Til Death/BGAnimations/ScreenPackDownloader underlay.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Themes/Til Death/BGAnimations/ScreenPackDownloader underlay.lua b/Themes/Til Death/BGAnimations/ScreenPackDownloader underlay.lua index e526185a99..41ce4ea7c6 100644 --- a/Themes/Til Death/BGAnimations/ScreenPackDownloader underlay.lua +++ b/Themes/Til Death/BGAnimations/ScreenPackDownloader underlay.lua @@ -71,6 +71,9 @@ local function DlInput(event) elseif event.DeviceInput.button == "DeviceButton_delete" then curInput = "" changed = true + elseif event.DeviceInput.button == "DeviceButton_space" then + curInput = curInput .. " " + changed = true else if inputting == 2 or inputting == 3 or inputting == 4 or inputting == 5 then if tonumber(event.char) ~= nil then