Skip to content

Commit

Permalink
Fix: Fixed sorting and grouping not working in column view (#12056)
Browse files Browse the repository at this point in the history
  • Loading branch information
gave92 authored Apr 16, 2023
1 parent 8fdf034 commit ac31532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.App/Contexts/DisplayPage/DisplayPageContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public bool SortDirectoriesAlongsideFiles
}
}

private FolderSettingsViewModel? FolderSettings => context.Pane?.InstanceViewModel?.FolderSettings;
private FolderSettingsViewModel? FolderSettings => context.PaneOrColumn?.InstanceViewModel?.FolderSettings;

public DisplayPageContext()
{
Expand Down

0 comments on commit ac31532

Please sign in to comment.