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

@@ -318,7 +318,7 @@ end)
:add_to_left_flow()
--- Button on the top flow used to toggle the task list container
-- @element toggle_left_element
-- @element toggle_science_info
Gui.left_toolbar_button('entity/lab', {'science-info.main-tooltip'}, science_info_container, function(player)
return Roles.player_allowed(player, 'gui/science-info')
end)