-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Added support to display custom folder icons #2094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gave92 Does the WinRT StorageFolder.GetThumbnailAsync() return custom folder icons? Maybe we could check if that method returns a non-default thumbnail and display it for folders as well. I know we currently don't use it anywhere because we use our custom folder icons, but this use case would be reasonable if at all feasible.
@duke7553 It returns both default and custom folder icons and that's what I'm using. |
@gave92 Ok you're right! I missed that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't have done it better myself!
@xpoppyx thanks for the feedback. |
Thanks @xpoppyx I can too confirm this. |
…ustom_folder_icons
|
Fixes #2083, fixes #519