Save when editing

This commit is contained in:
Jack251970 2025-06-07 14:05:48 +08:00
parent 201d3731d9
commit 9d3d3c80f2

View file

@ -353,6 +353,7 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels
{
Path = path, Type = selectedLink.Type, Name = path.GetPathName()
});
Save();
}
[RelayCommand]