Merge pull request #373 from Aire-One/fix/281

fix: #281
This commit is contained in:
streetturtle 2022-09-02 21:51:25 -04:00 committed by GitHub
commit 3bb3d56c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,4 +133,4 @@ local function worker(user_args)
end
return setmetatable(logout_menu_widget, { __call = function(_, ...) return worker(...) end })
return worker