From 74d601669575d6f798f5b177d04f87df36070859 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 7 Jun 2025 14:02:54 +0800 Subject: [PATCH] Revert to original style --- .../ViewModels/SettingsViewModel.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() }); }