We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124b99b commit 0b5457eCopy full SHA for 0b5457e
src/Files.App/Utils/Shell/Win32API.cs
@@ -229,7 +229,9 @@ private class IconAndOverlayCacheEntry
229
private static readonly object _lock = new object();
230
231
/// <summary>
232
- ///
+ /// Returns an icon when a thumbnail isn't available or if getIconOnly is true
233
+ /// Returns an icon overlay when getOverlay is true
234
+ /// Returns a boolean indicating if the icon/thumbnail is cached
235
/// </summary>
236
/// <param name="path"></param>
237
/// <param name="thumbnailSize"></param>
0 commit comments