File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ internal class GroupByOriginalFolderAction : GroupByAction
87
87
88
88
public override string Description => "GroupByOriginalFolderDescription" . GetLocalizedResource ( ) ;
89
89
90
- protected override bool GetIsExecutable ( ContentPageTypes pageType ) => pageType is ContentPageTypes . CloudDrive ;
90
+ protected override bool GetIsExecutable ( ContentPageTypes pageType ) => pageType is ContentPageTypes . RecycleBin ;
91
91
}
92
92
93
93
internal class GroupByDateDeletedAction : GroupByAction
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ internal class SortByOriginalFolderAction : SortByAction
84
84
85
85
public override string Description => "SortByOriginalFolderDescription" . GetLocalizedResource ( ) ;
86
86
87
- protected override bool GetIsExecutable ( ContentPageTypes pageType ) => pageType is ContentPageTypes . CloudDrive ;
87
+ protected override bool GetIsExecutable ( ContentPageTypes pageType ) => pageType is ContentPageTypes . RecycleBin ;
88
88
}
89
89
90
90
internal class SortByDateDeletedAction : SortByAction
Original file line number Diff line number Diff line change 682
682
x:Name=" OriginalPathHeader"
683
683
Grid.Column=" 16"
684
684
Command=" {x:Bind UpdateSortOptionsCommand, Mode=OneWay}"
685
- CommandParameter=" OriginalPath "
685
+ CommandParameter=" OriginalFolder "
686
686
Header=" {helpers:ResourceString Name=OriginalPath}"
687
687
Visibility=" {x:Bind ColumnsViewModel.OriginalPathColumn.Visibility, Mode=OneWay}" />
688
688
You can’t perform that action at this time.
0 commit comments