Skip to content

Commit 43dd8ff

Browse files
committed
Update recent files on save
1 parent 833aea9 commit 43dd8ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CSharpCodeAnalyst/MainViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,8 @@ private void OnSaveProject()
908908
if (result.IsSuccess)
909909
{
910910
ClearDirty(result.Data!);
911+
_userSettings.AddRecentFile(result.Data!);
912+
RefreshMru();
911913
}
912914
}
913915

0 commit comments

Comments
 (0)