Report "Startup file saved" in info editor

This is consistent with saving the preferences.

Ref D12896
This commit is contained in:
Gilberto Rodrigues 2021-10-29 13:59:04 +11:00 committed by Campbell Barton
parent bbb5a77896
commit c8aaa00e00
1 changed files with 1 additions and 1 deletions

View File

@ -2142,7 +2142,7 @@ static int wm_homefile_write_exec(bContext *C, wmOperator *op)
}
printf("ok\n");
BKE_report(op->reports, RPT_INFO, "Startup file saved");
G.save_over = 0;
BKE_callback_exec_null(bmain, BKE_CB_EVT_SAVE_POST);