We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb0cf5 commit 74d6016Copy full SHA for 74d6016
Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs
@@ -348,11 +348,10 @@ private void EditIndexSearchExcludePaths()
348
if (path is null)
349
return;
350
351
- var selectedType = selectedLink.Type;
352
collection.Remove(selectedLink);
353
collection.Add(new AccessLink
354
{
355
- Path = path, Type = selectedType, Name = path.GetPathName()
+ Path = path, Type = selectedLink.Type, Name = path.GetPathName()
356
});
357
}
358
0 commit comments