From 9d3d3c80f218f03eb655bfd8c01057dcf0b7054b Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 7 Jun 2025 14:05:48 +0800 Subject: [PATCH] Save when editing --- .../ViewModels/SettingsViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs index 4f0d0b79f..59d3a5cfd 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs @@ -353,6 +353,7 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels { Path = path, Type = selectedLink.Type, Name = path.GetPathName() }); + Save(); } [RelayCommand]