Skip to content

Commit

Permalink
Update Win32API.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Jan 25, 2024
1 parent 124b99b commit 0b5457e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Files.App/Utils/Shell/Win32API.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ private class IconAndOverlayCacheEntry
private static readonly object _lock = new object();

/// <summary>
///
/// Returns an icon when a thumbnail isn't available or if getIconOnly is true
/// Returns an icon overlay when getOverlay is true
/// Returns a boolean indicating if the icon/thumbnail is cached
/// </summary>
/// <param name="path"></param>
/// <param name="thumbnailSize"></param>
Expand Down

0 comments on commit 0b5457e

Please sign in to comment.