File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 491
491
IsEnabled=" {x:Bind Commands.GroupByOriginalFolder.IsExecutable, Mode=OneWay}"
492
492
Text=" {x:Bind Commands.GroupByOriginalFolder.Label}" />
493
493
<ToggleMenuFlyoutItem
494
- IsChecked=" {x:Bind Commands.GroupByDateModified .IsOn, Mode=TwoWay}"
495
- IsEnabled=" {x:Bind Commands.GroupByDateModified .IsExecutable, Mode=OneWay}"
496
- Text=" {x:Bind Commands.GroupByDateModified .Label}" />
494
+ IsChecked=" {x:Bind Commands.GroupByDateDeleted .IsOn, Mode=TwoWay}"
495
+ IsEnabled=" {x:Bind Commands.GroupByDateDeleted .IsExecutable, Mode=OneWay}"
496
+ Text=" {x:Bind Commands.GroupByDateDeleted .Label}" />
497
497
<ToggleMenuFlyoutItem
498
498
IsChecked=" {x:Bind Commands.GroupByFolderPath.IsOn, Mode=TwoWay}"
499
499
IsEnabled=" {x:Bind Commands.GroupByFolderPath.IsExecutable, Mode=OneWay}"
You can’t perform that action at this time.
0 commit comments