From 5afb21b68ec1ddb9d79393277a586ceda9abbbb5 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Fri, 1 May 2020 23:16:10 -0600 Subject: [PATCH] more work on update notification --- sys/apps/Version.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/apps/Version.lua b/sys/apps/Version.lua index 3d83ac4..7a17499 100644 --- a/sys/apps/Version.lua +++ b/sys/apps/Version.lua @@ -17,7 +17,7 @@ UI:setPage(UI.Page { }, UI.TextArea { x = 2, y = 4, ey = -8, - text = config.details, + value = config.details, }, UI.Button { x = 2, y = -6, width = 21,