Update scripts and docs to reflect chnages in 3.2.7-beta9
This commit is contained in:
@@ -2,5 +2,5 @@ function onResume()
|
||||
local yearDays = 365
|
||||
local currentDay = os.date("*t").yday
|
||||
local percent = math.floor(currentDay / (yearDays / 100))
|
||||
aio:showProgressBar("Year progress: "..percent.."%", currentDay, yearDays)
|
||||
ui:showProgressBar("Year progress: "..percent.."%", currentDay, yearDays)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user