Skip to content

Commit 47f57e4

Browse files
committed
fix: Correct the implementation for first time users.
1 parent 647c9df commit 47f57e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Assets/Plugins/Source/Editor/EditorWindows/EOSSettingsWindow.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ private async void Save()
216216
// Save the product config editor
217217
await _productConfigEditor.Save();
218218

219+
// reload the product config editor
220+
await _productConfigEditor.LoadAsync();
221+
219222
// Save each of the platform config editors.
220223
foreach (IConfigEditor editor in _platformConfigEditors)
221224
{

0 commit comments

Comments
 (0)