fix for multibar widget

This commit is contained in:
gabryon99 2020-04-27 19:21:12 +02:00
parent bf047da111
commit ab0c7ae440
6 changed files with 34 additions and 31 deletions

View file

@ -42,7 +42,5 @@ if (widget == nil) then
end
widget.type = widget_data.widget_type or widget.type
tprint(widget)
-- Generate the widget response
print(widget_utils.generate_response(widget, widget_data))