export draw_widget from task_preview too

This commit is contained in:
undefinedDarkness 2021-11-05 21:08:29 +05:30
parent b68b95a1ce
commit f51fbc5e63
1 changed files with 1 additions and 1 deletions

View File

@ -164,4 +164,4 @@ local enable = function(opts)
end) end)
end end
return { enable = enable } return { enable = enable, draw_widget = draw_widget }