add settings API

This commit is contained in:
Evgeny
2021-08-31 19:43:38 +03:00
parent 7d03496bfc
commit 74d101c673
11 changed files with 92 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
-- name = "Network file"
function on_resume()
local args = aio:get_args()
local args = settings:get()
if next(args) == nil then
ui:show_text("Tap to enter text file URL")