mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix Objects Panel button to show correct tooltip (#5195)
This commit is contained in:
@@ -82,7 +82,7 @@ const Toolbar = (props: Props) => {
|
||||
onClick={props.toggleObjectsList}
|
||||
selected={props.isObjectsListShown}
|
||||
tooltip={
|
||||
props.isObjectGroupsListShown
|
||||
props.isObjectsListShown
|
||||
? t`Close Objects Panel`
|
||||
: t`Open Objects Panel`
|
||||
}
|
||||
|
Reference in New Issue
Block a user