add refresh button to scripts page

This commit is contained in:
MihailRis
2025-01-06 13:08:42 +03:00
parent b5a266e1c1
commit da471bd4eb
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ function run_script(path)
start_coroutine(chunk, path)
end
local function refresh()
function refresh()
document.list:clear()
local available = pack.get_available()