mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Remove help buttons for each accordion in the editor of a custom object
Don't show in changelog
This commit is contained in:
@@ -19,7 +19,6 @@ import Text from '../../UI/Text';
|
||||
import useForceUpdate from '../../Utils/UseForceUpdate';
|
||||
import { Accordion, AccordionHeader, AccordionBody } from '../../UI/Accordion';
|
||||
import { IconContainer } from '../../UI/IconContainer';
|
||||
import HelpIcon from '../../UI/HelpIcon';
|
||||
import PreferencesContext from '../../MainFrame/Preferences/PreferencesContext';
|
||||
|
||||
const gd: libGDevelop = global.gd;
|
||||
@@ -118,15 +117,7 @@ const CustomObjectPropertiesEditor = (props: Props) => {
|
||||
// of object cycles (thought it should be forbidden).
|
||||
return (
|
||||
<Accordion key={childObject.getName()} defaultExpanded>
|
||||
<AccordionHeader
|
||||
actions={[
|
||||
<HelpIcon
|
||||
key="help"
|
||||
size="small"
|
||||
helpPagePath={objectMetadata.getHelpPath()}
|
||||
/>,
|
||||
]}
|
||||
>
|
||||
<AccordionHeader>
|
||||
{iconUrl ? (
|
||||
<IconContainer
|
||||
src={iconUrl}
|
||||
|
Reference in New Issue
Block a user