mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix creating project properties from template to be set properly (#5436)
This commit is contained in:
@@ -282,7 +282,12 @@ const NewProjectSetupDialog = ({
|
||||
if (selectedExampleShortHeader) {
|
||||
await onCreateFromExample(
|
||||
selectedExampleShortHeader,
|
||||
projectSetup,
|
||||
{
|
||||
// We only pass down the project name as this is the only cusomizable field for an example.
|
||||
projectName,
|
||||
storageProvider,
|
||||
saveAsLocation,
|
||||
},
|
||||
i18n
|
||||
);
|
||||
} else if (allowPlayersToLogIn) {
|
||||
|
Reference in New Issue
Block a user