layoutlist: Allow empty constructor.
This commit is contained in:
parent
11e4fe88bb
commit
c63a80de5c
|
@ -400,6 +400,8 @@ local function update_common()
|
|||
end
|
||||
|
||||
local function new(_, args)
|
||||
args = args or {}
|
||||
|
||||
local ret = wibox.widget.base.make_widget(nil, nil, {
|
||||
enable_properties = true,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue