Make unsaved scene dialog more accurate#116265
Merged
Repiteo merged 1 commit intoFeb 16, 2026
Merged
Conversation
e311670 to
f928820
Compare
KoBeWi
reviewed
Feb 14, 2026
f928820 to
680a731
Compare
KoBeWi
reviewed
Feb 15, 2026
… the scene was last saved before the editor was stared instead of editor startup time.
680a731 to
4a823dc
Compare
KoBeWi
approved these changes
Feb 15, 2026
|
|
||
| // Consider editor startup to be a point of saving, so that when you | ||
| // Consider scene opening to be a point of saving, so that when you | ||
| // close and reopen the editor, you don't get an excessively long |
Member
There was a problem hiding this comment.
Suggested change
| // close and reopen the editor, you don't get an excessively long | |
| // close and reopen the scene, you don't get an excessively long |
Contributor
|
Thanks! Congratulations on your first merged contribution! 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #116224
Updated the last saved dialog to now show the time since the scene was opened if it hasn't been saved since. Previously it would just show the time since the editor itself was opened.
4.6 when the scene was actually saved several minutes ago:

This pr when the scene was last saved before it was opened:

This pr when the scene was last saved after it was opened (same as 4.6):
