summaryrefslogtreecommitdiff
path: root/lua/licenses.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/licenses.lua')
-rw-r--r--lua/licenses.lua5
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 = {