You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicboolCanCopy=>SelectedItemsis not null&&SelectedItems.Any();
1277
1277
publicboolCanShare=>SelectedItemsis not null&&SelectedItems.Any()&&DataTransferManager.IsSupported()&&!SelectedItems.Any(x =>(x.IsShortcut&&!x.IsLinkItem)||x.IsHiddenItem||(x.PrimaryItemAttribute==StorageItemTypes.Folder&&!x.IsArchive));
1278
-
publicboolCanRename=>SelectedItemsis not null&&SelectedItems.Count==1;
1278
+
publicboolCanRename=>SelectedItemsis not null&&SelectedItems.Count==1&&InstanceViewModel.IsPageTypeRecycleBin==false;
0 commit comments