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 47bf644 commit faec3b9Copy full SHA for faec3b9
src/Files.App/Data/Items/ListedItem.cs
@@ -407,7 +407,7 @@ public override string ToString()
407
public bool IsRecycleBinItem => this is RecycleBinItem;
408
public bool IsShortcut => this is IShortcutItem;
409
public bool IsLibrary => this is LibraryItem;
410
- public bool IsLinkItem => IsShortcut && ((IShortcutItem)this).IsUrl;
+ public bool IsLinkItem => IsShortcut && ((ShortcutItem)this).IsUrl;
411
public bool IsFtpItem => this is FtpItem;
412
public bool IsArchive => this is ZipItem;
413
public bool IsAlternateStream => this is AlternateStreamItem;
0 commit comments