added go_home alias function for pocket navigation

This commit is contained in:
Mikayla
2024-10-12 04:36:20 +00:00
parent 10b675d84d
commit 26906d10d6
5 changed files with 13 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ local function init(main)
PushButton{parent=main_pane,x=1,y=19,text="\x1b",min_width=3,fg_bg=cpair(colors.white,colors.gray),active_fg_bg=cpair(colors.gray,colors.black),callback=db.nav.nav_up}
db.nav.open_app(APP_ID.ROOT)
db.nav.go_home()
-- done with initial render, lets go!
root_pane.set_value(2)