mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix project name not updating in recent project files after saving (#4428)
This commit is contained in:
@@ -2184,6 +2184,10 @@ const MainFrame = (props: Props) => {
|
||||
if (wasSaved && unsavedChanges) unsavedChanges.sealUnsavedChanges();
|
||||
updateWindowTitle();
|
||||
}
|
||||
await setState(state => ({
|
||||
...state,
|
||||
currentFileMetadata: { ...currentFileMetadata, name: newName },
|
||||
}));
|
||||
};
|
||||
|
||||
const onSaveProjectProperties = async (options: {
|
||||
|
Reference in New Issue
Block a user