From f8ee39f0b788085f8f4eb1814362ff89b302107a Mon Sep 17 00:00:00 2001 From: xomf Date: Mon, 2 Jun 2025 00:45:04 +0000 Subject: [PATCH] Update App Store.lua --- App Store.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/App Store.lua b/App Store.lua index 50c72b3..e920e9e 100644 --- a/App Store.lua +++ b/App Store.lua @@ -12,7 +12,7 @@ end local app_views = {} -local y = 1 +local y = 2 function add_app(name, colour, url, file, installed, upgradeable, app_remote_version, app_remote_path) @@ -166,7 +166,7 @@ function refresh() view_frame:destroy() end app_views = {} - y = 1 + y = 2 for app_name, app_data in pairs(latest_apps_json) do local installed = false @@ -190,6 +190,8 @@ function refresh() end +term.setBackgroundColour(colours.white) +term.clear() refresh()