Corrected toggle element doc name

This commit is contained in:
Cooldude2606
2021-04-29 21:07:23 +01:00
parent 22f973ad84
commit 6653e5904a
5 changed files with 5 additions and 5 deletions

View File

@@ -356,7 +356,7 @@ end)
end)
--- Button on the top flow used to toggle the task list container
-- @element toggle_left_element
-- @element toggle_task_list
Gui.left_toolbar_button('utility/not_enough_repair_packs_icon', {'task-list.main-tooltip'}, task_list_container, function(player)
return Roles.player_allowed(player, 'gui/task-list')
end)