feat: menu pages dispatching

This commit is contained in:
MihailRis
2025-01-16 07:40:34 +03:00
parent 43dc88c6b5
commit 1a246e2ae0
3 changed files with 23 additions and 2 deletions
+2
View File
@@ -37,4 +37,6 @@ end
function on_open()
refresh()
input.add_callback("key:f5", refresh, document.root)
end