diff options
Diffstat (limited to 'lua/licenses.lua')
| -rw-r--r-- | lua/licenses.lua | 5 |
1 files changed, 4 insertions, 1 deletions
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 = { |
