UI: Implement a Clear Recent Files List Operator #116494

Merged
Harley Acheson merged 4 commits from Brainzman/blender:clear-recent-files into main 2024-01-03 21:26:24 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3d2641aa00 - Show all commits

View File

@ -3585,7 +3585,7 @@ static int wm_clear_recent_files_exec(bContext * /*C*/, wmOperator * /*op*/)
void WM_OT_clear_recent_files(wmOperatorType *ot)
{
ot->name = "Clear Recent Files";
ot->name = "Clear Recent Files List";
ot->idname = "WM_OT_clear_recent_files";
ot->description = "Clear the Recent Files List";