mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert to original style
This commit is contained in:
parent
fdb0cf508a
commit
74d6016695
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue