diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs index ff6516998..349ed74d4 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs @@ -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() }); }