Skip to content

Commit e888eb1

Browse files
authored
Fix: Fixed issue with no "Date deleted" in group option (#11907)
1 parent 18ff34e commit e888eb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Files.App/UserControls/InnerNavigationToolbar.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,9 @@
491491
IsEnabled="{x:Bind Commands.GroupByOriginalFolder.IsExecutable, Mode=OneWay}"
492492
Text="{x:Bind Commands.GroupByOriginalFolder.Label}" />
493493
<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}" />
497497
<ToggleMenuFlyoutItem
498498
IsChecked="{x:Bind Commands.GroupByFolderPath.IsOn, Mode=TwoWay}"
499499
IsEnabled="{x:Bind Commands.GroupByFolderPath.IsExecutable, Mode=OneWay}"

0 commit comments

Comments
 (0)