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]