Skip to content

Commit 5e9b2dc

Browse files
committed
Add comment explaining Recycle Bin Column View handling
1 parent 7a44270 commit 5e9b2dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Files.App/Helpers/Layout/LayoutPreferencesManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ public static void SetLayoutPreferencesForPath(string path, LayoutPreferencesIte
486486

487487
private static LayoutPreferencesItem? GetLayoutPreferencesForPath(string path)
488488
{
489+
//Recycle Bin does not support Column View due to navigation conflicts with hierarchical display
490+
//Fall back to Details View when Column View is configured
489491
if (path.StartsWith(Constants.UserEnvironmentPaths.RecycleBinPath, StringComparison.Ordinal))
490492
{
491493
var trimmedPath = path.TrimPath() ?? string.Empty;

0 commit comments

Comments
 (0)