Skip to content

Commit 2856da8

Browse files
committed
Fix quick access link type fetching issue
1 parent 0f510b1 commit 2856da8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ public string SelectedPath
2727
if (string.IsNullOrEmpty(_selectedName))
2828
{
2929
SelectedName = _selectedPath.GetPathName();
30+
}
31+
if (!string.IsNullOrEmpty(_selectedPath))
32+
{
3033
_accessLinkType = GetResultType(_selectedPath);
3134
}
3235
}

0 commit comments

Comments
 (0)