fix: Update title on project save

This commit is contained in:
Justus Garbe
2023-08-13 23:36:41 +02:00
parent c25aad552d
commit 2059ad82c3

View File

@@ -164,6 +164,7 @@ namespace hex::plugin::builtin {
AchievementManager::unlockAchievement("hex.builtin.achievement.starting_out", "hex.builtin.achievement.starting_out.save_project.name");
EventManager::post<RequestUpdateWindowTitle>(); // request, as this puts us into a project state
return result;
}