Revert to original style

This commit is contained in:
Jack251970 2025-06-07 14:02:54 +08:00
parent fdb0cf508a
commit 74d6016695

View file

@ -348,11 +348,10 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels
if (path is null)
return;
var selectedType = selectedLink.Type;
collection.Remove(selectedLink);
collection.Add(new AccessLink
{
Path = path, Type = selectedType, Name = path.GetPathName()
Path = path, Type = selectedLink.Type, Name = path.GetPathName()
});
}