Add notification text to Editor status bar after saving to improve user awareness

This commit is contained in:
Wojciech Figat
2021-11-15 16:36:36 +01:00
parent 8459d7f3ad
commit 1107173e60
3 changed files with 37 additions and 5 deletions

View File

@@ -238,6 +238,7 @@ namespace FlaxEditor.Modules
node.IsEdited = false;
}
Level.SaveAllScenesAsync();
Editor.UI.AddStatusMessage("Saved!");
}
/// <summary>