mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
fixing: update of listed projects on the main page after hitting save in editor
This commit is contained in:
@@ -300,6 +300,7 @@ namespace ProjectsEditor.ViewModels
|
||||
{
|
||||
Projects.Add(project);
|
||||
_projectsEditorIO.SerializeProjects(Projects.ToList());
|
||||
OnPropertyChanged(new PropertyChangedEventArgs(nameof(ProjectsView)));
|
||||
}
|
||||
|
||||
public void DeleteProject(Project selectedProject)
|
||||
|
||||
Reference in New Issue
Block a user