From 71b46730394979ea528d152dbe884cc35c368759 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 17 Jan 2024 11:48:40 +1100 Subject: all screens basically working, but bluetooth is rough --- lua/licenses.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lua/licenses.lua') diff --git a/lua/licenses.lua b/lua/licenses.lua index a86c1c71..0dd29cc9 100644 --- a/lua/licenses.lua +++ b/lua/licenses.lua @@ -80,7 +80,10 @@ end return function() - local menu = widgets.MenuScreen(true, "Licenses") + local menu = widgets.MenuScreen({ + show_back = true, + title = "Licenses" + }) local container = menu.root:Object { flex = { -- cgit v1.2.3