Skip to content

Commit 74d6016

Browse files
committed
Revert to original style
1 parent fdb0cf5 commit 74d6016

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,11 +348,10 @@ private void EditIndexSearchExcludePaths()
348348
if (path is null)
349349
return;
350350

351-
var selectedType = selectedLink.Type;
352351
collection.Remove(selectedLink);
353352
collection.Add(new AccessLink
354353
{
355-
Path = path, Type = selectedType, Name = path.GetPathName()
354+
Path = path, Type = selectedLink.Type, Name = path.GetPathName()
356355
});
357356
}
358357

0 commit comments

Comments
 (0)