Skip to content

Commit 6a8e8b1

Browse files
committed
Update
1 parent 1871ca7 commit 6a8e8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/ViewModels/UserControls/Widgets/NetworkLocationsWidgetViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public Task RefreshWidgetAsync()
7878

7979
if (pShellLink.IsNull)
8080
{
81-
folder.GetPropertyValue<string>("System.Link.TargetParsingPath", out linkTargetPath);
81+
folder.GetPropertyValue("System.Link.TargetParsingPath", out linkTargetPath);
8282
}
8383
else
8484
{

0 commit comments

Comments
 (0)