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 13c48c0 commit 47bf644Copy full SHA for 47bf644
src/Files.App/ViewModels/ShellViewModel.cs
@@ -1270,7 +1270,7 @@ private bool CheckElevationRights(ListedItem item)
1270
if (item.SyncStatusUI.LoadSyncStatus)
1271
return false;
1272
1273
- return WindowsSecurityService.IsElevationRequired(item.IsShortcut ? ((IShortcutItem)item).TargetPath : item.ItemPath);
+ return WindowsSecurityService.IsElevationRequired(item.IsShortcut ? ((ShortcutItem)item).TargetPath : item.ItemPath);
1274
}
1275
1276
public async Task LoadGitPropertiesAsync(IGitItem gitItem)
0 commit comments